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

Unified Diff: chrome/browser/ui/cocoa/extensions/browser_actions_controller.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/ui/cocoa/extensions/browser_actions_controller.h
diff --git a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
index fe66cdb248f859fefab28df82b16211a16d5966f..d33dbec27cc9f820a5d99224371695c4445c1479 100644
--- a/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
+++ b/chrome/browser/ui/cocoa/extensions/browser_actions_controller.h
@@ -17,7 +17,7 @@ class Browser;
class ExtensionToolbarModel;
class ExtensionServiceObserverBridge;
@class MenuButton;
-class PrefService;
+class PrefServiceSyncable;
class Profile;
namespace extensions {
@@ -106,7 +106,7 @@ extern NSString* const kBrowserActionVisibilityChangedNotification;
- (BOOL)chevronIsHidden;
// Registers the user preferences used by this class.
-+ (void)registerUserPrefs:(PrefService*)prefs;
++ (void)registerUserPrefs:(PrefServiceSyncable*)prefs;
@end // @interface BrowserActionsController

Powered by Google App Engine
This is Rietveld 408576698