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

Unified Diff: ash/shell_delegate.h

Issue 2839933005: mash: Merge ChromeLauncherController and *Impl subclass. (Closed)
Patch Set: Address comments. 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
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 2ab708808d1e70a7fc78c32db9594123f7ad7030..b6cca09a265978c103fcbee48056d494be084d16 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -88,7 +88,7 @@ class ASH_EXPORT ShellDelegate {
virtual void OpenUrlFromArc(const GURL& url) = 0;
// Functions called when the shelf is initialized and shut down.
- // TODO(msw): Refine ChromeLauncherControllerImpl lifetime management.
+ // TODO(msw): Refine ChromeLauncherController lifetime management.
virtual void ShelfInit() = 0;
virtual void ShelfShutdown() = 0;
« no previous file with comments | « ash/shell.cc ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698