| Index: chrome/browser/services/gcm/gcm_profile_service.h
|
| diff --git a/chrome/browser/services/gcm/gcm_profile_service.h b/chrome/browser/services/gcm/gcm_profile_service.h
|
| index 258ff8290ca7e9df8b39e834bb874c2c9abbe69f..343e8ec825fa589b39d22b53da60d75902bc3cc8 100644
|
| --- a/chrome/browser/services/gcm/gcm_profile_service.h
|
| +++ b/chrome/browser/services/gcm/gcm_profile_service.h
|
| @@ -55,7 +55,7 @@ class GCMProfileService : public BrowserContextKeyedService,
|
| };
|
|
|
| // Returns true if the GCM support is enabled.
|
| - static bool IsGCMEnabled();
|
| + static bool IsGCMEnabled(Profile* profile);
|
|
|
| // Register profile-specific prefs for GCM.
|
| static void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry);
|
|
|