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

Unified Diff: ash/shell/example_app_list_presenter.cc

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/shell/example_app_list_presenter.cc
diff --git a/ash/shell/example_app_list_presenter.cc b/ash/shell/example_app_list_presenter.cc
index 2632882fc94457748bf5f6cf1d6c3fee31d26c8b..b5396849440057c9c896e940a0684e7fd3e21016 100644
--- a/ash/shell/example_app_list_presenter.cc
+++ b/ash/shell/example_app_list_presenter.cc
@@ -42,7 +42,7 @@ ExampleAppListPresenter::ExampleAppListPresenter()
base::MakeUnique<AppListPresenterDelegateFactory>(
base::MakeUnique<ExampleAppListViewDelegateFactory>())) {
// Note: This example |app_list_presenter_impl_| does not report visibility
- // changes to the app_list::mojom::AppList implementation owned by WmShell.
+ // changes to the app_list::mojom::AppList implementation owned by ShellPort.
}
ExampleAppListPresenter::~ExampleAppListPresenter() {}

Powered by Google App Engine
This is Rietveld 408576698