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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7941014: Use extension-based file picker from CrOS for Aura builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux_touchui Created 9 years, 3 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 | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index f45b0f5e6508df63f7ee74ffeb0a49bb029e7bd0..36347eac4a8048e969f8b02c886d9bf6567ce85d 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1119,11 +1119,8 @@ const char kEnableArchives[] = "enable-archives";
#ifndef NDEBUG
// Skips all other OOBE pages after user login.
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
-
-// Enables overriding the path off file manager extension.
-const char kFileManagerExtensionPath[] = "filemgr-ext-path";
-#endif
-#endif
+#endif // NDEBUG
+#endif // OS_CHROMEOS
#if defined(OS_POSIX)
// A flag, generated internally by Chrome for renderer and other helper process
@@ -1140,7 +1137,7 @@ const char kNoProcessSingletonDialog[] = "no-process-singleton-dialog";
// Specifies which password store to use (detect, default, gnome, kwallet).
const char kPasswordStore[] = "password-store";
#endif
-#endif
+#endif // OS_POSIX
#if defined(OS_MACOSX)
// Enables the tabs expose feature ( http://crbug.com/50307 ).
@@ -1207,7 +1204,10 @@ const char kWebSocketLiveExperimentHost[] = "websocket-live-experiment-host";
// Debug only switch to give access to all private extension APIs to
// any non-component extension that is requesting it.
const char kExposePrivateExtensionApi[] = "expose-private-extension-api";
-#endif
+
+// Enables overriding the path of file manager extension.
+const char kFileManagerExtensionPath[] = "filemgr-ext-path";
+#endif // NDEBUG
// Disable print preview (Not exposed via about:flags. Only used for testing.)
const char kDisablePrintPreview[] = "disable-print-preview";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698