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

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

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
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/preferences/browser_prefs_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/preferences/browser_prefs_android.h
diff --git a/chrome/browser/android/preferences/browser_prefs_android.h b/chrome/browser/android/preferences/browser_prefs_android.h
index 86933624577246747b4e90ec1c5240c1c2315cf4..0764c5ae2b5e14e4b23b9519340cbb9eb08a4c25 100644
--- a/chrome/browser/android/preferences/browser_prefs_android.h
+++ b/chrome/browser/android/preferences/browser_prefs_android.h
@@ -5,12 +5,17 @@
#ifndef CHROME_BROWSER_ANDROID_PREFERENCES_BROWSER_PREFS_ANDROID_H_
#define CHROME_BROWSER_ANDROID_PREFERENCES_BROWSER_PREFS_ANDROID_H_
+class PrefRegistrySimple;
+
namespace user_prefs {
class PrefRegistrySyncable;
} // namespace user_prefs
namespace android {
+// Register all prefs that will be used via the local state PrefService.
+void RegisterPrefs(PrefRegistrySimple* registry);
+
// Register all prefs that will be used via a PrefService attached to a user
// Profile on Android.
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/android/preferences/browser_prefs_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698