From fb0728cf1761403db3e2ded2c4cc9426b981b09b Mon Sep 17 00:00:00 2001 From: "avi@chromium.org" Date: Wed, 13 Jun 2012 15:46:40 +0000 Subject: TabContentsWrapper -> TabContents, part 56. That's almost all. BUG=131026 TEST=no change Review URL: https://chromiumcodereview.appspot.com/10551002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141891 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/first_run/first_run.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/first_run/first_run.cc') diff --git a/chrome/browser/first_run/first_run.cc b/chrome/browser/first_run/first_run.cc index 91ebc1a..d384638 100644 --- a/chrome/browser/first_run/first_run.cc +++ b/chrome/browser/first_run/first_run.cc @@ -513,7 +513,7 @@ void FirstRunBubbleLauncher::Observe( return; } - content::WebContents* contents = browser->GetSelectedWebContents(); + content::WebContents* contents = browser->GetActiveWebContents(); if (contents && contents->GetURL().SchemeIs(chrome::kChromeUIScheme)) { // Suppress the first run bubble if the sync promo is showing. if (contents->GetURL().host() == chrome::kChromeUISyncPromoHost) -- cgit v1.1