Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1143)

Unified Diff: chrome/browser/cocoa/location_bar/location_bar_view_mac.mm

Issue 3169036: Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698