Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(480)

Unified Diff: apps/switches.cc

Issue 12391047: apps: Stop depending on chrome_switches.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « apps/switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/switches.cc
diff --git a/apps/pref_names.h b/apps/switches.cc
similarity index 51%
copy from apps/pref_names.h
copy to apps/switches.cc
index 1cca82f71d3bb13992f9a84eea57db0eaab9e94a..f5051c9aa5fe616703ce1d4fc9c588d6fd14a573 100644
--- a/apps/pref_names.h
+++ b/apps/switches.cc
@@ -2,17 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APPS_PREF_NAMES_H_
-#define APPS_PREF_NAMES_H_
+#include "apps/switches.h"
namespace apps {
+namespace switches {
-namespace prefs {
-
-extern const char kAppLauncherIsEnabled[];
-
-} // namespace prefs
+// If true an app list shortcut will be shown in the taskbar.
+const char kShowAppListShortcut[] = "show-app-list-shortcut";
+} // namespace switches
} // namespace apps
-
-#endif // APPS_PREF_NAMES_H_
« no previous file with comments | « apps/switches.h ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698