diff options
author | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-16 18:05:07 +0000 |
---|---|---|
committer | tfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-16 18:05:07 +0000 |
commit | e08d6e5435ecea68d27292606c8b478bf06c2713 (patch) | |
tree | 943c653a61ed8d342f4a48a7a9ca7e41dd316cab /chrome/browser/browser.h | |
parent | ccef7aa07e895d3a68359608715f85109c367bef (diff) | |
download | chromium_src-e08d6e5435ecea68d27292606c8b478bf06c2713.zip chromium_src-e08d6e5435ecea68d27292606c8b478bf06c2713.tar.gz chromium_src-e08d6e5435ecea68d27292606c8b478bf06c2713.tar.bz2 |
Remove --apps-panel switch.
Also remove AppLauncher class (it's not used anymore).
BUG=56236,57371
TEST=build and ran it.
Review URL: http://codereview.chromium.org/3852001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62866 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.h')
-rw-r--r-- | chrome/browser/browser.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/browser/browser.h b/chrome/browser/browser.h index 0457ae7..a040498 100644 --- a/chrome/browser/browser.h +++ b/chrome/browser/browser.h @@ -445,11 +445,6 @@ class Browser : public TabHandlerDelegate, // 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 |