summaryrefslogtreecommitdiffstats
path: root/chrome/browser/browser.cc
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 21:45:43 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-23 21:45:43 +0000
commitf4481633ac082f136453be1926c77d0c079b10c4 (patch)
treec5eacd0695e35a513c8e5b0b3d291b4463117797 /chrome/browser/browser.cc
parent6f3ad64a8dae4529cd88358f6d91d8750b836367 (diff)
downloadchromium_src-f4481633ac082f136453be1926c77d0c079b10c4.zip
chromium_src-f4481633ac082f136453be1926c77d0c079b10c4.tar.gz
chromium_src-f4481633ac082f136453be1926c77d0c079b10c4.tar.bz2
Some layout related fixes for the app launchers.
BUG=None TEST=Check that the app launcher is displayed correctly on ChromeOS and Windows (when using the --app-launcher-new-tab) Review URL: http://codereview.chromium.org/1171002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.cc')
-rw-r--r--chrome/browser/browser.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/browser.cc b/chrome/browser/browser.cc
index 3b77d38..990c6a2 100644
--- a/chrome/browser/browser.cc
+++ b/chrome/browser/browser.cc
@@ -1033,7 +1033,7 @@ void Browser::NewTab() {
#if defined(OS_WIN)
if (CommandLine::ForCurrentProcess()->HasSwitch(
switches::kAppLauncherForNewTab)) {
- AppLauncher::Show(this);
+ AppLauncher::ShowForNewTab(this);
return;
}
#endif