| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index fc3fe3c83309c8f0d38f0bf0f7c1f28fd8687878..1c90b99bdabfe55d3fe078112d5f49bbacd8cd84 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";
|
|
|