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

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

Issue 2497123002: chromeos: Move device shutdown handling out of chrome into ash (Closed)
Patch Set: Created 4 years, 1 month 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/oobe_ui.h
diff --git a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
index f6f91567370c9f84898814e12a8f9a76a7cb9ba5..e677ff343eb273b04bb0fbc9c2dec5d660ae90bd 100644
--- a/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
+++ b/chrome/browser/ui/webui/chromeos/login/oobe_ui.h
@@ -116,7 +116,7 @@ class OobeUI : public content::WebUIController,
GaiaScreenHandler* GetGaiaScreenActor();
UserBoardView* GetUserBoardScreenActor();
- // ShutdownPolicyObserver::Delegate
+ // ShutdownPolicyHandler::Delegate
void OnShutdownPolicyChanged(bool reboot_on_shutdown) override;
// Collects localized strings from the owned handlers.

Powered by Google App Engine
This is Rietveld 408576698