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

Unified Diff: chrome/browser/sync/sync_global_error.h

Issue 12502017: signin: pull basic SigninManager functionality into new SigninManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deal with new enterprise_platform_keys_private_api Created 7 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/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/sync/sync_global_error.h
diff --git a/chrome/browser/sync/sync_global_error.h b/chrome/browser/sync/sync_global_error.h
index 5f6de1ce25d65678b975bdbb80f7c7efff09c53f..8a114cce2f9f664499a01ba3ca4291eb89ad4794 100644
--- a/chrome/browser/sync/sync_global_error.h
+++ b/chrome/browser/sync/sync_global_error.h
@@ -11,14 +11,14 @@
#include "chrome/browser/ui/global_error/global_error.h"
class ProfileSyncService;
-class SigninManager;
+class SigninManagerBase;
// Shows sync errors on the wrench menu using a bubble view and a
// menu item.
class SyncGlobalError : public GlobalError,
public ProfileSyncServiceObserver {
public:
- SyncGlobalError(ProfileSyncService* service, SigninManager* signin);
+ SyncGlobalError(ProfileSyncService* service, SigninManagerBase* signin);
virtual ~SyncGlobalError();
virtual bool HasMenuItem() OVERRIDE;
@@ -43,7 +43,7 @@ class SyncGlobalError : public GlobalError,
string16 bubble_message_;
string16 menu_label_;
ProfileSyncService* service_;
- SigninManager* signin_;
+ SigninManagerBase* signin_;
DISALLOW_COPY_AND_ASSIGN(SyncGlobalError);
};
« no previous file with comments | « chrome/browser/sync/profile_sync_service_unittest.cc ('k') | chrome/browser/sync/sync_global_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698