| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 958696a343a58556ac5d03f324c97824eae8ce98..ce06f9fedeb2da6bee86204eabedaf16da134da2 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -804,14 +804,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";
|
|
|
|
|