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

Unified Diff: chrome/browser/extensions/api/dial/device_description_fetcher.h

Issue 2701633002: [Media Router] Add DialMediaSinkService and DeviceDescriptionService (Closed)
Patch Set: Add DialMediaSinkCacheService and unit test Created 3 years, 9 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: chrome/browser/extensions/api/dial/device_description_fetcher.h
diff --git a/chrome/browser/extensions/api/dial/device_description_fetcher.h b/chrome/browser/extensions/api/dial/device_description_fetcher.h
index 8a4a8f56745ccfc678df52a224f929a38617a246..7bc8170624e9eda32f288da2f85effa49fd83950 100644
--- a/chrome/browser/extensions/api/dial/device_description_fetcher.h
+++ b/chrome/browser/extensions/api/dial/device_description_fetcher.h
@@ -45,6 +45,8 @@ class DeviceDescriptionFetcher : public net::URLFetcherDelegate {
~DeviceDescriptionFetcher() override;
+ const GURL& device_description_url() { return device_description_url_; }
+
void Start();
private:
« no previous file with comments | « no previous file | chrome/browser/extensions/api/dial/dial_registry.h » ('j') | chrome/browser/media/router/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698