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

Unified Diff: chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Fix build issues. 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/ui/webui/chromeos/login/core_oobe_handler.h
diff --git a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
index 4b07340a7904718326c20fe5b7813c18783e5b3b..cdf33b603408055a0cf1f12ba750098d2270730c 100644
--- a/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
+++ b/chrome/browser/ui/webui/chromeos/login/core_oobe_handler.h
@@ -25,7 +25,7 @@ class ListValue;
}
namespace ui {
-class EventProcessor;
+class EventSink;
}
namespace chromeos {
@@ -58,7 +58,7 @@ class CoreOobeHandler : public BaseWebUIHandler,
const std::string& asset_id) override;
// ui::EventSource implementation:
- ui::EventProcessor* GetEventProcessor() override;
+ ui::EventSink* GetEventSink() override;
// Show or hide OOBE UI.
void ShowOobeUI(bool show);
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble_unittest.cc ('k') | chrome/browser/ui/webui/chromeos/login/core_oobe_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698