Index: chrome/common/chrome_switches.cc |
=================================================================== |
--- chrome/common/chrome_switches.cc (revision 159706) |
+++ chrome/common/chrome_switches.cc (working copy) |
@@ -271,6 +271,10 @@ |
// Disables the bundled PPAPI version of Flash (if it's enabled by default). |
const char kDisableBundledPpapiFlash[] = "disable-bundled-ppapi-flash"; |
+// Disables the bookmark autocomplete provider (BookmarkProvider). |
+const char kDisableBookmarkAutocompleteProvider[] = |
+ "disable-bookmark-autocomplete-provider"; |
+ |
// Disables the client-side phishing detection feature. Note that even if |
// client-side phishing detection is enabled, it will only be active if the |
// user has opted in to UMA stats and SafeBrowsing is enabled in the |