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

Unified Diff: chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h

Issue 2176613003: [Media Router] Clean up issues related code. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: IssueObserver init behavior and use StructTraits Created 4 years, 2 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/ui/webui/media_router/media_router_webui_message_handler.h
diff --git a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
index 4a9156d42c7a6c7be3f690c589fbf13f53edfc5b..ff9c16dd010541d951a32635417da4dcefece6c2 100644
--- a/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
+++ b/chrome/browser/ui/webui/media_router/media_router_webui_message_handler.h
@@ -90,7 +90,7 @@ class MediaRouterWebUIMessageHandler : public content::WebUIMessageHandler {
// Performs an action for an Issue of |type|.
// |args| contains additional parameter that varies based on |type|.
// Returns |true| if the action was successfully performed.
- bool ActOnIssueType(const IssueAction::Type& type,
+ bool ActOnIssueType(IssueInfo::Action type,
const base::DictionaryValue* args);
// May update the first run flow related properties in the WebUI. This is

Powered by Google App Engine
This is Rietveld 408576698