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

Unified Diff: chrome/common/pref_names.cc

Issue 2487553002: Moving new First Run to use per-profile value, rather than simply checking IsChromeFirstRun. (Closed)
Patch Set: Lint Created 4 years, 1 month 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
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 7e0d96887d9de829c90832771911d876ef902051..67b58f0e6ee7f6373353f9111260c852e8e7926e 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -1306,6 +1306,12 @@ const char kWebRTCIPHandlingPolicy[] = "webrtc.ip_handling_policy";
const char kWebRTCUDPPortRange[] = "webrtc.udp_port_range";
#endif
+#if !defined(OS_ANDROID)
+// Whether or not this profile has been shown the chrome://welcome First Run
+// page.
+const char kHasSeenWelcomeUI[] = "browser.has_seen_welcome_ui";
+#endif
+
// *************** LOCAL STATE ***************
// These are attached to the machine/installation
« chrome/browser/ui/startup/startup_tab_provider.cc ('K') | « chrome/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698