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

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

Issue 444513005: Add the Copresence API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
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 374eb96561a7f40c8fcec20477c08ba4c8ecf2a3..5e5ea699c773a646f89f0a8e4483365c39aa9b84 100644
--- a/components/copresence/public/copresence_client_delegate.h
+++ b/components/copresence/public/copresence_client_delegate.h
@@ -37,12 +37,6 @@ class CopresenceClientDelegate {
virtual const std::string GetPlatformVersionString() const = 0;
- // Methods to set and and get our device ID. This needs to be saved to
- // persistent storage to avoid flooding the Copresence server with generate
- // id requests.
- virtual const std::string GetDeviceId() const = 0;
- virtual void SaveDeviceId(const std::string& device_id) = 0;
-
virtual WhispernetClient* GetWhispernetClient() = 0;
};

Powered by Google App Engine
This is Rietveld 408576698