Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 56008) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -1074,6 +1074,9 @@ |
// Indicates that stub implementations of the libcros library should be used. |
// This is typically used to test the chromeos build of chrome on the desktop. |
const char kStubCros[] = "stub-cros"; |
+ |
+// Disables bookmarks in the browser for BWSI mode. |
+const char kDisableBookmarks[] = "disable-bookmarks"; |
#endif |
#if defined(OS_LINUX) |