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

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

Issue 11570009: Split PrefService into PrefService, PrefServiceSimple and PrefServiceSyncable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge to head again, previous had unrelated broken win_rel test. Created 8 years 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.h
diff --git a/chrome/browser/extensions/api/tabs/tabs.h b/chrome/browser/extensions/api/tabs/tabs.h
index e5780c38de73929876bff8fc8e251ec866880feb..5011c3f18b02368872cf493f3ca23b8cca8bf709 100644
--- a/chrome/browser/extensions/api/tabs/tabs.h
+++ b/chrome/browser/extensions/api/tabs/tabs.h
@@ -16,7 +16,7 @@
class BackingStore;
class GURL;
-class PrefService;
+class PrefServiceSyncable;
class SkBitmap;
namespace base {
@@ -171,7 +171,7 @@ class DetectTabLanguageFunction : public AsyncExtensionFunction,
class CaptureVisibleTabFunction : public AsyncExtensionFunction,
public content::NotificationObserver {
public:
- static void RegisterUserPrefs(PrefService* service);
+ static void RegisterUserPrefs(PrefServiceSyncable* service);
protected:
enum ImageFormat {
« no previous file with comments | « chrome/browser/extensions/api/commands/command_service.cc ('k') | chrome/browser/extensions/api/tabs/tabs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698