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

Unified Diff: chrome/browser/android/preferences/browser_prefs_android.cc

Issue 2832263002: Clipboard Android - Store and Read Last Modified Time from Prefs (Closed)
Patch Set: final comments Created 3 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/browser/android/preferences/browser_prefs_android.cc
diff --git a/chrome/browser/android/preferences/browser_prefs_android.cc b/chrome/browser/android/preferences/browser_prefs_android.cc
index 6e9a9c70bfe39ae32670a3bf202ff5a072cae4c2..1db741d83c3d34b9b17205d13ea8a377e8bf29cf 100644
--- a/chrome/browser/android/preferences/browser_prefs_android.cc
+++ b/chrome/browser/android/preferences/browser_prefs_android.cc
@@ -4,6 +4,7 @@
#include "chrome/browser/android/preferences/browser_prefs_android.h"
+#include "chrome/browser/android/preferences/clipboard_android.h"
#include "chrome/browser/android/search_geolocation/search_geolocation_disclosure_tab_helper.h"
#include "chrome/browser/android/search_geolocation/search_geolocation_service.h"
#include "chrome/browser/notifications/notification_platform_bridge_android.h"
@@ -12,6 +13,10 @@
namespace android {
+void RegisterPrefs(PrefRegistrySimple* registry) {
+ RegisterClipboardAndroidPrefs(registry);
+}
+
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
NotificationPlatformBridgeAndroid::RegisterProfilePrefs(registry);
SearchGeolocationDisclosureTabHelper::RegisterProfilePrefs(registry);
« no previous file with comments | « chrome/browser/android/preferences/browser_prefs_android.h ('k') | chrome/browser/android/preferences/clipboard_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698