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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2052013002: Adding ChromeLauncherController interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome_launcher_smaller_api
Patch Set: Rebase Created 4 years, 6 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/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 8a7505a2d351dd50f69e274ae4f3ea0c8bcbb8fc..7ece89c792cf3b50a8f285e8d8ed95b356e28816 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -24,7 +24,7 @@ namespace keyboard {
class KeyboardUI;
}
-class ChromeLauncherController;
+class ChromeLauncherControllerImpl;
class ChromeShellDelegate : public ash::ShellDelegate,
public content::NotificationObserver {
@@ -79,7 +79,7 @@ class ChromeShellDelegate : public ash::ShellDelegate,
content::NotificationRegistrar registrar_;
- ChromeLauncherController* shelf_delegate_;
+ ChromeLauncherControllerImpl* shelf_delegate_;
base::ObserverList<ash::VirtualKeyboardStateObserver>
keyboard_state_observer_list_;
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_service_ash.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698