Commit 06b0eb79 authored by thakis@chromium.org's avatar thakis@chromium.org

Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable...

Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable first-run bubble for m6.

BUG=52726
TEST=Run chrome with a new profile. No bubble should show up.

Review URL: http://codereview.chromium.org/3132031

TBR=thakis@chromium.org
Review URL: http://codereview.chromium.org/3169036

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56920 0039d316-1c4b-4281-b951-d872f2087c98
parent 101747a9
...@@ -101,13 +101,11 @@ LocationBarViewMac::~LocationBarViewMac() { ...@@ -101,13 +101,11 @@ LocationBarViewMac::~LocationBarViewMac() {
} }
void LocationBarViewMac::ShowFirstRunBubble(FirstRun::BubbleType bubble_type) { void LocationBarViewMac::ShowFirstRunBubble(FirstRun::BubbleType bubble_type) {
// Disabled for chrome 6: http://crbug.com/52726
// We need the browser window to be shown before we can show the bubble, but // We need the browser window to be shown before we can show the bubble, but
// we get called before that's happened. // we get called before that's happened.
//Task* task = first_run_bubble_.NewRunnableMethod( Task* task = first_run_bubble_.NewRunnableMethod(
// &LocationBarViewMac::ShowFirstRunBubbleInternal, bubble_type); &LocationBarViewMac::ShowFirstRunBubbleInternal, bubble_type);
//MessageLoop::current()->PostTask(FROM_HERE, task); MessageLoop::current()->PostTask(FROM_HERE, task);
} }
void LocationBarViewMac::ShowFirstRunBubbleInternal( void LocationBarViewMac::ShowFirstRunBubbleInternal(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment