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

Unified Diff: chrome/common/chrome_switches.cc

Issue 5025001: Removed Labs section from Chrome OS settings page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed RegisterPref call Created 10 years, 1 month 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') | no next file » | 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 da136d1930c00dbc9170cad2ea157177398466f1..df9fe5c94abcc9af276b3148b01502cb8c599f65 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -1224,11 +1224,16 @@ const char kCompressSystemFeedback[] = "compress-sys-feedback";
// Forces usage of libcros stub implementation. For testing purposes, this
// switch separates chrome code from the rest of ChromeOS.
-const char kForceStubLibcros[] = "force-stub-libcros";
+const char kForceStubLibcros[] = "force-stub-libcros";
// Enables DOMUI menu.
-const char kEnableDOMUIMenu[] = "enable-domui-menu";
+const char kEnableDOMUIMenu[] = "enable-domui-menu";
+// Enables Media Player.
+const char kEnableMediaPlayer[] = "enable-media-player";
+
+// Enables Advanced File System.
+const char kEnableAdvancedFileSystem[] = "enable-advanced-fs";
#endif
#if defined(OS_LINUX)
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698