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

Unified Diff: chrome/browser/extensions/api/copresence/copresence_api.h

Issue 712833002: Undoing revert, cl is not the cause of gcm crash on canary. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2214
Patch Set: Created 6 years, 1 month 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 | « no previous file | chrome/browser/extensions/api/copresence/copresence_api.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/api/copresence/copresence_api.h
diff --git a/chrome/browser/extensions/api/copresence/copresence_api.h b/chrome/browser/extensions/api/copresence/copresence_api.h
index b7103cf48a0514f6887742b7dd61a852b34c0318..d49c878faaaa3a46735dc513591e8b3714bc94bd 100644
--- a/chrome/browser/extensions/api/copresence/copresence_api.h
+++ b/chrome/browser/extensions/api/copresence/copresence_api.h
@@ -24,6 +24,10 @@ class CopresenceManager;
class WhispernetClient;
}
+namespace gcm {
+class GCMDriver;
+}
+
namespace extensions {
class CopresenceService : public BrowserContextKeyedAPI,
@@ -73,6 +77,7 @@ class CopresenceService : public BrowserContextKeyedAPI,
const std::string GetPlatformVersionString() const override;
const std::string GetAPIKey(const std::string& app_id) const override;
copresence::WhispernetClient* GetWhispernetClient() override;
+ gcm::GCMDriver* GetGCMDriver() override;
// BrowserContextKeyedAPI implementation.
static const char* service_name() { return "CopresenceService"; }
« no previous file with comments | « no previous file | chrome/browser/extensions/api/copresence/copresence_api.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698