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

Unified Diff: ash/shell_observer.h

Issue 2898743002: Draggable peeking/fullscreen launcher with transparent background. (Closed)
Patch Set: Removed header include in shell.h that was causing gn check failure. Created 3 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
« no previous file with comments | « ash/shell.cc ('k') | ui/app_list/app_list_constants.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell_observer.h
diff --git a/ash/shell_observer.h b/ash/shell_observer.h
index 563f2a5929a9f2b4b6e1b3d60ae490659135a8ce..fc0bbaf8859b16ec2d167c63870a406daf9f03bf 100644
--- a/ash/shell_observer.h
+++ b/ash/shell_observer.h
@@ -16,6 +16,10 @@ namespace ash {
class ASH_EXPORT ShellObserver {
public:
+ // Called when the AppList is shown or dismissed.
+ virtual void OnAppListVisibilityChanged(bool shown,
+ aura::Window* root_window) {}
+
// Called when a casting session is started or stopped.
virtual void OnCastingSessionStartedOrStopped(bool started) {}
« no previous file with comments | « ash/shell.cc ('k') | ui/app_list/app_list_constants.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698