diff options
author | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 22:00:02 +0000 |
---|---|---|
committer | glen@chromium.org <glen@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-16 22:00:02 +0000 |
commit | b09219ce1c3cc989179eceb15da8ac44a48cf210 (patch) | |
tree | 090679a0bc50a59307a1c9a7fc2b1ff98dd06a83 /chrome/common | |
parent | 2ca113a46d9d8fe80324f1cce0c28c5142b7441a (diff) | |
download | chromium_src-b09219ce1c3cc989179eceb15da8ac44a48cf210.zip chromium_src-b09219ce1c3cc989179eceb15da8ac44a48cf210.tar.gz chromium_src-b09219ce1c3cc989179eceb15da8ac44a48cf210.tar.bz2 |
Revert the first run bubble change because of Mac/Linux failures.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/pref_names.cc | 6 | ||||
-rw-r--r-- | chrome/common/pref_names.h | 1 |
2 files changed, 0 insertions, 7 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"; diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h index 5979204..83fdfd1 100644 --- a/chrome/common/pref_names.h +++ b/chrome/common/pref_names.h @@ -166,7 +166,6 @@ extern const wchar_t kSafeBrowsingWrappedKey[]; extern const wchar_t kOptionsWindowLastTabIndex[]; extern const wchar_t kShouldShowFirstRunBubble[]; -extern const wchar_t kShouldUseOEMFirstRunBubble[]; extern const wchar_t kShouldShowWelcomePage[]; extern const wchar_t kLastKnownGoogleURL[]; |