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

Unified Diff: ash/shutdown_controller.h

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback Created 3 years, 8 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: ash/shutdown_controller.h
diff --git a/ash/shutdown_controller.h b/ash/shutdown_controller.h
index add5573c9a51ac2d32229c6dc7089ebea035b4fa..c44e28a5436176a3787c964d2914772d2c4a5366 100644
--- a/ash/shutdown_controller.h
+++ b/ash/shutdown_controller.h
@@ -25,7 +25,7 @@ class ASH_EXPORT ShutdownController
// Shuts down or reboots based on the current DeviceRebootOnShutdown policy.
// Does not trigger the shutdown fade-out animation. For animated shutdown
- // use WmShell::RequestShutdown(). Virtual for testing.
+ // use ShellPort::RequestShutdown(). Virtual for testing.
virtual void ShutDownOrReboot();
// Binds the mojom::ShutdownController interface request to this object.

Powered by Google App Engine
This is Rietveld 408576698