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

Unified Diff: ash/launcher/launcher.h

Issue 9295049: Allow focus to be sent between browser window and launcher/status window (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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 | « no previous file | ash/launcher/launcher.cc » ('j') | ash/launcher/launcher.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/launcher/launcher.h
diff --git a/ash/launcher/launcher.h b/ash/launcher/launcher.h
index 970f5876873ed4afa0c5466cb0b48d515525f182..31f3f5e32af6f9065f37a7562056528c710a2830 100644
--- a/ash/launcher/launcher.h
+++ b/ash/launcher/launcher.h
@@ -33,6 +33,7 @@ class ASH_EXPORT Launcher {
LauncherModel* model() { return model_.get(); }
views::Widget* widget() { return widget_; }
+ bool Activate();
sky 2012/01/30 15:52:46 Newline between 35/36 and add a description.
Zachary Kuznia 2012/01/31 11:00:50 Done.
aura::Window* window_container() { return window_container_; }
« no previous file with comments | « no previous file | ash/launcher/launcher.cc » ('j') | ash/launcher/launcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698