| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index a837e8aaf8746f198a7554ca83f1c6da7715c7b5..28225a403756c1e0f2bfe3e5a8e7e15883b8e59a 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -208,9 +208,6 @@ const char kCrashOnHangThreads[] = "crash-on-hang-threads";
|
| // other threads are not responsive.
|
| const char kCrashOnLive[] = "crash-on-live";
|
|
|
| -// If true the mobile bookmarks folder is created on the sync side.
|
| -const char kCreateMobileBookmarksFolder[] = "create-mobile-bookmarks-folder";
|
| -
|
| // Path to the inspector files on disk (allows reloading of devtool files
|
| // without having to restart the browser).
|
| const char kDebugDevToolsFrontend[] = "debug-devtools-frontend";
|
|
|