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

Unified Diff: ios/chrome/browser/pref_names.cc

Issue 1242373002: Implements RLZTrackerDelegate on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@omnibox-events-relay
Patch Set: Rebase Created 5 years, 5 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 | « ios/chrome/browser/pref_names.h ('k') | ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/pref_names.cc
diff --git a/ios/chrome/browser/pref_names.cc b/ios/chrome/browser/pref_names.cc
index d592ba838458f8cc044484b8c0deef0982fc3673..5969a828997b65433395eff49a44c7df5e858271 100644
--- a/ios/chrome/browser/pref_names.cc
+++ b/ios/chrome/browser/pref_names.cc
@@ -14,6 +14,7 @@ namespace prefs {
// preference.
const char kAcceptLanguages[] = "intl.accept_languages";
+const char kHomePage[] = "homepage";
const char kSavingBrowserHistoryDisabled[] = "history.saving_disabled";
} // namespace prefs
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | ios/chrome/browser/rlz/rlz_tracker_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698