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) |