Index: chrome/browser/cocoa/location_bar/location_bar_view_mac.mm |
=================================================================== |
--- chrome/browser/cocoa/location_bar/location_bar_view_mac.mm (revision 56918) |
+++ chrome/browser/cocoa/location_bar/location_bar_view_mac.mm (working copy) |
@@ -101,13 +101,11 @@ |
} |
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 get called before that's happened. |
- //Task* task = first_run_bubble_.NewRunnableMethod( |
- // &LocationBarViewMac::ShowFirstRunBubbleInternal, bubble_type); |
- //MessageLoop::current()->PostTask(FROM_HERE, task); |
+ Task* task = first_run_bubble_.NewRunnableMethod( |
+ &LocationBarViewMac::ShowFirstRunBubbleInternal, bubble_type); |
+ MessageLoop::current()->PostTask(FROM_HERE, task); |
} |
void LocationBarViewMac::ShowFirstRunBubbleInternal( |