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 abfd3ce9141e1313dca1d27b5b87873470069831..d397e8250b2c9addf9983bd9b70571873d61c4a0 100644 |
--- a/chrome/browser/services/gcm/gcm_profile_service.h |
+++ b/chrome/browser/services/gcm/gcm_profile_service.h |
@@ -50,6 +50,7 @@ class GCMProfileService : public KeyedService { |
void Register(const std::string& app_id, |
const std::vector<std::string>& sender_ids, |
const GCMDriver::RegisterCallback& callback); |
+ Profile* profile() const { return profile_; } |
Miguel Garcia
2014/06/19 17:49:28
Since after the rebase profile is now injected int
|
// KeyedService: |
virtual void Shutdown() OVERRIDE; |