diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 21:06:31 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 21:06:31 +0000 |
commit | 37d780293564b0c6178a4bfa25de302e3e5834d4 (patch) | |
tree | 7dd0e6e09da4c02417905b2ddbba7ee0b08bd67b /chrome/common/pref_names.cc | |
parent | c9d01f92e082319a59215e2e812ca94168704695 (diff) | |
download | chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.zip chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.tar.gz chromium_src-37d780293564b0c6178a4bfa25de302e3e5834d4.tar.bz2 |
rollback of r 162411
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/pref_names.cc')
-rw-r--r-- | chrome/common/pref_names.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc index 9dd08c8..f414d27 100644 --- a/chrome/common/pref_names.cc +++ b/chrome/common/pref_names.cc @@ -462,12 +462,6 @@ const wchar_t kOptionsWindowLastTabIndex[] = L"options_window.last_tab_index"; // This preference is only registered by the first-run procedure. const wchar_t kShouldShowFirstRunBubble[] = L"show-first-run-bubble"; -// The mere fact that this pref is registered signals that we should show the -// smaller OEM First Run Search Information bubble when the first -// browser window appears. -// This preference is only registered by the first-run procedure. -const wchar_t kShouldUseOEMFirstRunBubble[] = L"show-OEM-first-run-bubble"; - // Signal that we should show the welcome page when we launch Chrome. const wchar_t kShouldShowWelcomePage[] = L"show-welcome-page"; |