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

Unified Diff: chrome/common/pref_names.h

Issue 1748773002: Simplify the default browser infobar. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fieldtrial testing Created 4 years, 8 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
Index: chrome/common/pref_names.h
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h
index b39af63a2e6d3d914f5b3479591fbac8dd4d2d75..7a1d5b3497b3ad9a35bb5d8bdb8bd984c272b4ba 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -333,7 +333,7 @@ extern const char kPluginsAlwaysAuthorize[];
extern const char kPluginsMetadata[];
extern const char kPluginsResourceCacheUpdate[];
#endif
-extern const char kCheckDefaultBrowser[];
+extern const char kDefaultBrowserLastDeclined[];
extern const char kResetCheckDefaultBrowser[];
extern const char kDefaultBrowserSettingEnabled[];
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698