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

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

Issue 671573003: Adding support for authenticated copresence calls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixing memory error Created 6 years, 2 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/copresence_manager_impl.cc ('k') | components/copresence/public/copresence_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/copresence/public/copresence_delegate.h
diff --git a/components/copresence/public/copresence_delegate.h b/components/copresence/public/copresence_delegate.h
index f11b344e0592a09460e3f36c28dc42886ba5d6c3..9dd30b7285029e280984610f1b7a3f69849fe30a 100644
--- a/components/copresence/public/copresence_delegate.h
+++ b/components/copresence/public/copresence_delegate.h
@@ -40,7 +40,8 @@ class CopresenceDelegate {
virtual const std::string GetPlatformVersionString() const = 0;
- virtual const std::string GetAPIKey() const = 0;
+ virtual const std::string GetAPIKey(const std::string& app_id) const = 0;
+ virtual const std::string GetAuthToken() const = 0;
virtual WhispernetClient* GetWhispernetClient() = 0;
};
« no previous file with comments | « components/copresence/copresence_manager_impl.cc ('k') | components/copresence/public/copresence_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698