diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 19:22:07 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-28 19:22:07 +0000 |
commit | 671f9c69bd919fa9f67648b63a57c14c0a614819 (patch) | |
tree | 0cae1351653b76500a48cf2743dd7ceca5ebd551 /chrome/browser/ui/browser.h | |
parent | 5cfa8647a81e13078563025c6ae9040faff02bed (diff) | |
download | chromium_src-671f9c69bd919fa9f67648b63a57c14c0a614819.zip chromium_src-671f9c69bd919fa9f67648b63a57c14c0a614819.tar.gz chromium_src-671f9c69bd919fa9f67648b63a57c14c0a614819.tar.bz2 |
Sync Promo: Tweak first tabs
Some small tweaks which tabs we show during first launch:
- Previously the sync promo was the first tab. Completing the promo would navigate to the original first startup URL. With this change completing the sync promo always navigates to the new tab page.
- The original first startup URL is now the 2nd tab (and the original 2nd tab is now the 3rd, etc...).
- If we have more than two tabs then we suppress the welcome page.
BUG=
TEST=
Review URL: http://codereview.chromium.org/8343052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/ui/browser.h')
-rw-r--r-- | chrome/browser/ui/browser.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index bf6ca36..010e569 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -743,10 +743,6 @@ class Browser : public TabHandlerDelegate, content::PageTransition transition, bool user_initiated); - // Called by browser::Navigate() to retrieve the home page if no URL is - // specified. - GURL GetHomePage() const; - // Shows the cookies collected in the tab contents wrapper. void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper); |