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

Unified Diff: ash/launcher/launcher.h

Issue 11017079: Remove Shell::shelf()|status_area_widget()|launcher() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 452730f3b6ce59434431949d1feb9c0a8b91958a..12506bf63b6accc402fe972acf1ebeb8eb50535d 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -44,6 +44,12 @@ class ASH_EXPORT Launcher {
internal::ShelfLayoutManager* shelf_layout_manager);
virtual ~Launcher();
+ // Return the launcher for the primary display.
sky 2012/10/17 16:25:20 Document these may be NULL when not logged in.
oshima 2012/10/17 17:49:43 Done.
+ static Launcher* ForPrimaryDisplay();
+
+ // Return the launcher for the display that |window| is currently on.
+ static Launcher* ForWindow(aura::Window* window);
+
// Sets the focus cycler. Also adds the launcher to the cycle.
void SetFocusCycler(internal::FocusCycler* focus_cycler);
internal::FocusCycler* GetFocusCycler();
« no previous file with comments | « ash/focus_cycler_unittest.cc ('k') | ash/launcher/launcher.cc » ('j') | ash/shell.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698