summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 22:31:27 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-22 22:31:27 +0000
commit02aae3fac31e8ac28c5ee8c4b70e70dcef599dd0 (patch)
tree4cf14589dc2c4b4b5e4bdce8fc14bb5ee116df42 /chrome/common/chrome_switches.cc
parent8341583b5c0488e9521835210f6abdefd9c0fc4e (diff)
downloadchromium_src-02aae3fac31e8ac28c5ee8c4b70e70dcef599dd0.zip
chromium_src-02aae3fac31e8ac28c5ee8c4b70e70dcef599dd0.tar.gz
chromium_src-02aae3fac31e8ac28c5ee8c4b70e70dcef599dd0.tar.bz2
Add the option of importing bookmarks from file to first run.
BUG=32728 TEST=run with --import-from-file Review URL: http://codereview.chromium.org/1077007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42266 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 9551080..5dade42 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -398,6 +398,10 @@ const char kHostResolverRules[] = "host-resolver-rules";
// setting encodes the target browser and what items to import.
const char kImport[] = "import";
+// Perform 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";
+
// Runs plugins inside the renderer process
const char kInProcessPlugins[] = "in-process-plugins";