Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index ca5a9ed20e6ef93fdd22066156b51a3a6efd3434..0d263b54a732eaff0e1a55d23c5bbafcc2dad8f4 100644 |
--- a/chrome/common/chrome_switches.cc |
+++ b/chrome/common/chrome_switches.cc |
@@ -204,6 +204,9 @@ const char kDisableAboutInSettings[] = "disable-about-in-settings"; |
// app to their shelf (or platform-specific equivalent) |
const char kDisableAddToShelf[] = "disable-add-to-shelf"; |
+// Disables all bookmarks view in bookmark manager. |
+const char kDisableAllBookmarksView[] = "disable-all-bookmarks-view"; |
gone
2016/05/05 21:50:14
You'll run afoul of the AboutFlagsHistogramTest be
Ian Wen
2016/05/05 23:27:08
Done.
|
+ |
// Disables the experimental asynchronous DNS client. |
const char kDisableAsyncDns[] = "disable-async-dns"; |
@@ -362,6 +365,9 @@ const char kEasyUnlockAppPath[] = "easy-unlock-app-path"; |
// app to their shelf (or platform-specific equivalent) |
const char kEnableAddToShelf[] = "enable-add-to-shelf"; |
+// Enables all bookmarks view in bookmark manager. |
+const char kEnableAllBookmarksView[] = "enable-all-bookmarks-view"; |
+ |
// Enable OS integration for Chrome app file associations. |
const char kEnableAppsFileAssociations[] = "enable-apps-file-associations"; |