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

Unified Diff: chrome/common/chrome_switches.cc

Issue 7976025: Revert 102113 - Aura: Use extension-based file picker from CrOS for pure-views builds. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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
===================================================================
--- chrome/common/chrome_switches.cc (revision 102115)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -1119,9 +1119,12 @@
#ifndef NDEBUG
// Skips all other OOBE pages after user login.
const char kOobeSkipPostLogin[] = "oobe-skip-postlogin";
-#endif // NDEBUG
-#endif // OS_CHROMEOS
+// Enables overriding the path off file manager extension.
+const char kFileManagerExtensionPath[] = "filemgr-ext-path";
+#endif
+#endif
+
#if defined(OS_POSIX)
// A flag, generated internally by Chrome for renderer and other helper process
// command lines on Linux and Mac. It tells the helper process to enable crash
@@ -1137,7 +1140,7 @@
// Specifies which password store to use (detect, default, gnome, kwallet).
const char kPasswordStore[] = "password-store";
#endif
-#endif // OS_POSIX
+#endif
#if defined(OS_MACOSX)
// Enables the tabs expose feature ( http://crbug.com/50307 ).
@@ -1204,11 +1207,8 @@
// 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";
Property changes on: chrome/common/chrome_switches.cc
___________________________________________________________________
Deleted: svn:mergeinfo
« 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