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

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

Issue 1131173004: Removing whispernet_client() by merging its functionality with GetWhispernetClient(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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 2d1535f66af03f5aebec53b6a38313800967c96a..92d9fa97903e07c3cbb8462e7ba5a84f2c8a6029 100644
--- a/chrome/browser/extensions/api/copresence/copresence_api.h
+++ b/chrome/browser/extensions/api/copresence/copresence_api.h
@@ -50,8 +50,6 @@ class CopresenceService final : public BrowserContextKeyedAPI,
// These accessors will always return an object (except during shutdown).
// If the object doesn't exist, they will create one first.
copresence::CopresenceManager* manager();
- // TODO(ckehoe): Merge this with GetWhispernetClient() below.
- audio_modem::WhispernetClient* whispernet_client();
// A registry containing the app id's associated with every subscription.
SubscriptionToAppMap& apps_by_subscription_id() {
« 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