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

Unified Diff: chrome/browser/extensions/api/tabs/tabs_api.h

Issue 12079097: Introduce PrefRegistrySyncable, simplifying PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add to PrefRegistrySyncable and PrefServiceSyncable to let sync know of pre-registered prefs. Created 7 years, 10 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/extensions/api/tabs/tabs_api.h
diff --git a/chrome/browser/extensions/api/tabs/tabs_api.h b/chrome/browser/extensions/api/tabs/tabs_api.h
index 851aa77f4e57c4b17da29267e88fda29c344ce3b..ce2c5eaa18bfde1b939323e53ef8b5f0a18e6b0f 100644
--- a/chrome/browser/extensions/api/tabs/tabs_api.h
+++ b/chrome/browser/extensions/api/tabs/tabs_api.h
@@ -18,7 +18,7 @@
class BackingStore;
class GURL;
-class PrefServiceSyncable;
+class PrefRegistrySyncable;
class SkBitmap;
namespace base {
@@ -177,7 +177,7 @@ class TabsDetectLanguageFunction : public AsyncExtensionFunction,
class TabsCaptureVisibleTabFunction : public AsyncExtensionFunction,
public content::NotificationObserver {
public:
- static void RegisterUserPrefs(PrefServiceSyncable* service);
+ static void RegisterUserPrefs(PrefRegistrySyncable* registry);
protected:
enum ImageFormat {

Powered by Google App Engine
This is Rietveld 408576698