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

Unified Diff: chrome/browser/extensions/extension_gcm_app_handler.h

Issue 286213003: Make GCMProfileService own GCMDriver, instead of deriving from it (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 6 years, 7 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
Index: chrome/browser/extensions/extension_gcm_app_handler.h
diff --git a/chrome/browser/extensions/extension_gcm_app_handler.h b/chrome/browser/extensions/extension_gcm_app_handler.h
index 7b1f0da44c508c18e4a1df5704aceaaf25a479ce..5da91b71d05697e282bc1532e4c60a9fcdca5527 100644
--- a/chrome/browser/extensions/extension_gcm_app_handler.h
+++ b/chrome/browser/extensions/extension_gcm_app_handler.h
@@ -26,6 +26,7 @@ class BrowserContext;
}
namespace gcm {
+class GCMDriver;
class GCMProfileService;
}
@@ -77,7 +78,7 @@ class ExtensionGCMAppHandler : public gcm::GCMAppHandler,
const Extension* extension,
UnloadedExtensionInfo::Reason reason) OVERRIDE;
- gcm::GCMProfileService* GetGCMProfileService() const;
+ gcm::GCMDriver* GetGCMDriver() const;
// BrowserContextKeyedAPI implementation.
static const char* service_name() { return "ExtensionGCMAppHandler"; }
« no previous file with comments | « chrome/browser/extensions/api/gcm/gcm_apitest.cc ('k') | chrome/browser/extensions/extension_gcm_app_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698