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

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: Created 4 years, 9 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 21b75d50c97fb2d66b36b98d6964f5c77af17cd3..3edac150c16756e4cdb9673791903d15c9bbfd88 100644
--- a/chrome/common/pref_names.h
+++ b/chrome/common/pref_names.h
@@ -323,7 +323,7 @@ extern const char kPluginsAlwaysAuthorize[];
extern const char kPluginsMetadata[];
extern const char kPluginsResourceCacheUpdate[];
#endif
-extern const char kCheckDefaultBrowser[];
+extern const char kDefaultBrowserLastDismissed[];
extern const char kResetCheckDefaultBrowser[];
extern const char kDefaultBrowserSettingEnabled[];
#if defined(OS_MACOSX)

Powered by Google App Engine
This is Rietveld 408576698