Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7863)

Unified Diff: chrome/common/pref_names.cc

Issue 9016036: Implement the new first run bubble, clean up old bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 9a726aabbd53df11ae839892562fe0edae3068e9..598fa611382c2bfeb413bd4b5bb7eef38145e34b 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1184,23 +1184,10 @@ const char kContentSettingsWindowLastTabIndex[] =
const char kCertificateManagerWindowLastTabIndex[] =
"certificate_manager_window.last_tab_index";
-// The mere fact that this pref is registered signals that we should show the
-// First Run Search Information bubble when the first browser window appears.
+// Boolean that specifies if the first run bubble should be shown.
// This preference is only registered by the first-run procedure.
const char kShouldShowFirstRunBubble[] = "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 char kShouldUseOEMFirstRunBubble[] = "show-OEM-first-run-bubble";
-
-// The mere fact that this pref is registered signals that we should show the
-// minimal First Run omnibox information bubble when the first
-// browser window appears.
-// This preference is only registered by the first-run procedure.
-const char kShouldUseMinimalFirstRunBubble[] = "show-minimal-first-run-bubble";
-
// Signal that we should show the welcome page when we launch Chrome.
const char kShouldShowWelcomePage[] = "show-welcome-page";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/installer/util/master_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698