| 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 e34c1aa8533a3d2576ceab2216e784004a878453..bf268a5ea83af2b0a663d531d42dac07915bba4f 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);
|
|
|