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

Unified Diff: ash/shell.cc

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 | « no previous file | ash/shell_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.cc
diff --git a/ash/shell.cc b/ash/shell.cc
index 11b3861a31b7cc78069445d521bb5500c53273bc..0b2eee3bb57486a54dbb1d9e76c71be9a2dcc6b8 100644
--- a/ash/shell.cc
+++ b/ash/shell.cc
@@ -409,7 +409,7 @@ void Shell::CreateShelfView() {
DCHECK_GT(session_controller()->NumberOfLoggedInUsers(), 0);
// Notify the ShellDelegate that the shelf is being initialized.
- // TODO(msw): Refine ChromeLauncherControllerImpl lifetime management.
+ // TODO(msw): Refine ChromeLauncherController lifetime management.
shell_delegate_->ShelfInit();
if (!shelf_window_watcher_)
@@ -729,7 +729,7 @@ Shell::~Shell() {
shelf_model()->DestroyItemDelegates();
// Notify the ShellDelegate that the shelf is shutting down.
- // TODO(msw): Refine ChromeLauncherControllerImpl lifetime management.
+ // TODO(msw): Refine ChromeLauncherController lifetime management.
shell_delegate_->ShelfShutdown();
// Removes itself as an observer of |pref_service_|.
« no previous file with comments | « no previous file | ash/shell_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698