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

Unified Diff: components/copresence/public/copresence_client_delegate.h

Issue 469883002: Using API key specified from js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing API build Created 6 years, 4 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
« no previous file with comments | « components/copresence/proto/rpcs.proto ('k') | components/copresence/rpc/http_post.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/copresence_client_delegate.h
diff --git a/components/copresence/public/copresence_client_delegate.h b/components/copresence/public/copresence_client_delegate.h
index 7698aecf5c119e7a0a77a078c32f12dc0c8a0d0f..ef7634cb81a17c8f5731c218132189ab957c3b32 100644
--- a/components/copresence/public/copresence_client_delegate.h
+++ b/components/copresence/public/copresence_client_delegate.h
@@ -38,6 +38,8 @@ class CopresenceClientDelegate {
virtual const std::string GetPlatformVersionString() const = 0;
+ virtual const std::string GetAPIKey() const = 0;
+
virtual WhispernetClient* GetWhispernetClient() = 0;
};
« no previous file with comments | « components/copresence/proto/rpcs.proto ('k') | components/copresence/rpc/http_post.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698