summaryrefslogtreecommitdiffstats
path: root/chrome/installer/util/master_preferences_constants.h
diff options
context:
space:
mode:
authorhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 22:01:25 +0000
committerhuanr@chromium.org <huanr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-24 22:01:25 +0000
commit594f4ff352685bb83b71d1402264bc2cf2116e67 (patch)
tree6f1807217f5e8bc50603e5b20008e7160d49dbe7 /chrome/installer/util/master_preferences_constants.h
parent26b0f376d66975c03c3d24afd72257f34c9bb5f6 (diff)
downloadchromium_src-594f4ff352685bb83b71d1402264bc2cf2116e67.zip
chromium_src-594f4ff352685bb83b71d1402264bc2cf2116e67.tar.gz
chromium_src-594f4ff352685bb83b71d1402264bc2cf2116e67.tar.bz2
Add import_bookmarks_from_file option to master pref that
sliently import bookmarks from file in first run. BUG=32728 TEST=unit test Review URL: http://codereview.chromium.org/1257001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42545 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/installer/util/master_preferences_constants.h')
-rw-r--r--chrome/installer/util/master_preferences_constants.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/installer/util/master_preferences_constants.h b/chrome/installer/util/master_preferences_constants.h
index 5bcd5d3..c67d7ab 100644
--- a/chrome/installer/util/master_preferences_constants.h
+++ b/chrome/installer/util/master_preferences_constants.h
@@ -25,6 +25,9 @@ extern const wchar_t kChromeShortcutIconIndex[];
extern const wchar_t kCreateAllShortcuts[];
// Boolean pref that triggers silent import of the default browser bookmarks.
extern const wchar_t kDistroImportBookmarksPref[];
+// String pref that triggers silent import of bookmarks from the html file at
+// given path.
+extern const wchar_t kDistroImportBookmarksFromFilePref[];
// Boolean pref that triggers silent import of the default browser history.
extern const wchar_t kDistroImportHistoryPref[];
// Boolean pref that triggers silent import of the default browser homepage.