| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index c430051d1a82fefc11e6b06fe880a49a6661183c..ae66cb9844582d2c052602c0d9daac8a691335f6 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -807,14 +807,6 @@ const char kHstsHosts[] = "hsts-hosts";
|
| const char kIgnoreUrlFetcherCertRequests[] =
|
| "ignore-urlfetcher-cert-requests";
|
|
|
| -// Performs importing from another browser. The value associated with this
|
| -// setting encodes the target browser and what items to import.
|
| -const char kImport[] = "import";
|
| -
|
| -// Performs bookmark importing from an HTML file. The value associated with
|
| -// this setting encodes the file path. It may be used jointly with kImport.
|
| -const char kImportFromFile[] = "import-from-file";
|
| -
|
| // Causes the browser to launch directly in incognito mode.
|
| const char kIncognito[] = "incognito";
|
|
|
|
|