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

Unified Diff: chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.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
Index: chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.h
diff --git a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.h b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.h
index d463ea09f36d63d21f302e18070f62ade381cc00..920c13a03d4acf45e1a32027c0445983cf65de07 100644
--- a/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.h
+++ b/chrome/browser/ui/ash/launcher/extension_app_window_launcher_controller.h
@@ -22,20 +22,20 @@ namespace extensions {
class AppWindow;
}
-class ChromeLauncherControllerImpl;
+class ChromeLauncherController;
class Profile;
class ExtensionAppWindowLauncherItemController;
// AppWindowLauncherController observes the app window registry and the
// aura window manager. It handles adding and removing launcher items from
-// ChromeLauncherControllerImpl.
+// ChromeLauncherController.
class ExtensionAppWindowLauncherController
: public AppWindowLauncherController,
public extensions::AppWindowRegistry::Observer,
public aura::WindowObserver {
public:
explicit ExtensionAppWindowLauncherController(
- ChromeLauncherControllerImpl* owner);
+ ChromeLauncherController* owner);
~ExtensionAppWindowLauncherController() override;
// AppWindowLauncherController:

Powered by Google App Engine
This is Rietveld 408576698