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

Unified Diff: chrome/browser/browser.h

Issue 2060004: Removing the app launcher button on ChromeOS (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: One more clean up Created 10 years, 7 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/browser.h
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h
index 74b5a47109c2ece486b66326fbf5a6f908f8c77b..5a7afa559da1246b1478f1ef4435306094e4f586 100644
--- a/chrome/browser/browser.h
+++ b/chrome/browser/browser.h
@@ -419,6 +419,11 @@ class Browser : public TabStripModelDelegate,
// will call this method.
void UpdateCommandsForFullscreenMode(bool is_fullscreen);
+ // Opens the apps panel as a result of a new tab creation, if the browser is
+ // configured in that mode. Returns true if the apps panel was opened, false
+ // otherwise.
+ bool OpenAppsPanelAsNewTab();
+
// Assorted browser commands ////////////////////////////////////////////////
// NOTE: Within each of the following sections, the IDs are ordered roughly by
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/browser.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698