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

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

Issue 901213003: Removing the project ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « 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 fac244d46bbb7fb41d89f96ab138824570033af2..83be926875048945be3671f91b94331047b7a1c9 100644
--- a/chrome/browser/extensions/api/copresence/copresence_api.h
+++ b/chrome/browser/extensions/api/copresence/copresence_api.h
@@ -86,7 +86,6 @@ class CopresenceService final : public BrowserContextKeyedAPI,
net::URLRequestContextGetter* GetRequestContext() const override;
const std::string GetPlatformVersionString() const override;
const std::string GetAPIKey(const std::string& app_id) const override;
- const std::string GetProjectId(const std::string& app_id) const override;
copresence::WhispernetClient* GetWhispernetClient() override;
gcm::GCMDriver* GetGCMDriver() override;
const std::string GetDeviceId(bool authenticated) override;
@@ -127,6 +126,7 @@ class CopresenceExecuteFunction : public ChromeUIThreadExtensionFunction {
void SendResult(copresence::CopresenceStatus status);
};
+// TODO(ckehoe): Remove this function.
class CopresenceSetApiKeyFunction : public ChromeUIThreadExtensionFunction {
public:
DECLARE_EXTENSION_FUNCTION("copresence.setApiKey", COPRESENCE_SETAPIKEY);
« 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