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

Unified Diff: chrome/browser/media/router/media_router.h

Issue 2176613003: [Media Router] Clean up issues related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 4 years 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 | « chrome/browser/media/router/issues_observer.cc ('k') | chrome/browser/media/router/mock_media_router.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/media/router/media_router.h
diff --git a/chrome/browser/media/router/media_router.h b/chrome/browser/media/router/media_router.h
index f72bb59cde0bb1c66257b1a4aa7e521b560feb13..92d6d068729e7e475d55f696e57c6cd04a6179ed 100644
--- a/chrome/browser/media/router/media_router.h
+++ b/chrome/browser/media/router/media_router.h
@@ -145,8 +145,8 @@ class MediaRouter : public KeyedService {
std::unique_ptr<std::vector<uint8_t>> data,
const SendRouteMessageCallback& callback) = 0;
- // Adds a new |issue|.
- virtual void AddIssue(const Issue& issue) = 0;
+ // Adds a new issue with info |issue_info|.
+ virtual void AddIssue(const IssueInfo& issue_info) = 0;
// Clears the issue with the id |issue_id|.
virtual void ClearIssue(const Issue::Id& issue_id) = 0;
« no previous file with comments | « chrome/browser/media/router/issues_observer.cc ('k') | chrome/browser/media/router/mock_media_router.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698