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

Unified Diff: ios/chrome/browser/physical_web/physical_web_prefs_registration.h

Issue 2494193002: Register Physical Web preference in Chrome's local state (Closed)
Patch Set: move to physical_web_prefs_registration Created 4 years, 1 month 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 | « no previous file | ios/chrome/browser/physical_web/physical_web_prefs_registration.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/physical_web/physical_web_prefs_registration.h
diff --git a/ios/chrome/browser/physical_web/physical_web_prefs_registration.h b/ios/chrome/browser/physical_web/physical_web_prefs_registration.h
index c18f4a8cf92abcaaec295979d9e0e57d8d636298..bccfa9cca529f374ff1b8bf0cb11d348c3e079b7 100644
--- a/ios/chrome/browser/physical_web/physical_web_prefs_registration.h
+++ b/ios/chrome/browser/physical_web/physical_web_prefs_registration.h
@@ -5,12 +5,16 @@
#ifndef IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_PREFS_REGISTRATION_H_
#define IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_PREFS_REGISTRATION_H_
+class PrefRegistrySimple;
namespace user_prefs {
class PrefRegistrySyncable;
}
-// Registers the prefs needed by physical web.
+// Registers browser state prefs needed by the Physical Web.
void RegisterPhysicalWebBrowserStatePrefs(
user_prefs::PrefRegistrySyncable* registry);
+// Registers local state prefs needed by the Physical Web.
+void RegisterPhysicalWebLocalStatePrefs(PrefRegistrySimple* registry);
+
#endif // IOS_CHROME_BROWSER_PHYSICAL_WEB_PHYSICAL_WEB_PREFS_REGISTRATION_H_
« no previous file with comments | « no previous file | ios/chrome/browser/physical_web/physical_web_prefs_registration.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698