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

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

Issue 1139903003: [iOS] Cleanup unused pref names (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@pref_names
Patch Set: Created 5 years, 7 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') | no next file » | 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 1fbf6bbc41f05b247423133bbc777befb4ac5be2..28b09b9a566b051c20aeecd993f9acddf80c4a3e 100644
--- a/ios/chrome/browser/pref_names.cc
+++ b/ios/chrome/browser/pref_names.cc
@@ -89,18 +89,4 @@ extern const char kOmniboxGeolocationAuthorizationState[] =
extern const char kOmniboxGeolocationLastAuthorizationAlertVersion[] =
"ios.omnibox.geolocation_last_authorization_alert_version";
-// Number of seconds from 1970 when the doodle expires.
-extern const char kDoodleExpirationTimeInSeconds[] =
- "ios.doodle.expiration_time.seconds";
-
-// The URL to navigate to when the user taps the doodle.
-extern const char kDoodleHref[] = "ios.doodle.href";
-
-// Number of seconds from 1970 since the last time a doodle was requested.
-extern const char kDoodleLastRequestTimeInSeconds[] =
- "ios.doodle.last_request_time.seconds";
-
-// The alternative text for the doodle.
-extern const char kDoodleAltText[] = "ios.doodle.alttext";
-
} // namespace prefs
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698