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

Unified Diff: chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc

Issue 2700303002: cros: Unify oobe View/Actor naming to just View. (Closed)
Patch Set: Rebase Created 3 years, 10 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/controller_pairing_screen_handler.cc
diff --git a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
index 4446044554a1801642f5d1757145d88f0b687ca1..e77bfc9e668fe2bfb4807e892f1424d2218b0023 100644
--- a/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
+++ b/chrome/browser/ui/webui/chromeos/login/controller_pairing_screen_handler.cc
@@ -36,7 +36,7 @@ ControllerPairingScreenHandler::ControllerPairingScreenHandler() {
ControllerPairingScreenHandler::~ControllerPairingScreenHandler() {
if (delegate_)
- delegate_->OnActorDestroyed(this);
+ delegate_->OnViewDestroyed(this);
}
void ControllerPairingScreenHandler::HandleUserActed(

Powered by Google App Engine
This is Rietveld 408576698