| 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
|
|
|