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

Unified Diff: chrome/browser/ui/views/bubble/bubble.cc

Issue 7600007: Profiles: Eliminate dead notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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
Index: chrome/browser/ui/views/bubble/bubble.cc
diff --git a/chrome/browser/ui/views/bubble/bubble.cc b/chrome/browser/ui/views/bubble/bubble.cc
index 4490c6b69be2a587f198f267eed95225f362dd00..7325bfa443ea7591019f1ae9823c37299c5d6745 100644
--- a/chrome/browser/ui/views/bubble/bubble.cc
+++ b/chrome/browser/ui/views/bubble/bubble.cc
@@ -273,11 +273,6 @@ void Bubble::InitBubble(views::Widget* parent,
#endif
GetWidget()->SetBounds(window_bounds);
- // Done creating the bubble.
- NotificationService::current()->Notify(
- chrome::NOTIFICATION_INFO_BUBBLE_CREATED, Source<Bubble>(this),
- NotificationService::NoDetails());
-
// Show the window.
#if defined(OS_WIN)
border_->ShowWindow(SW_SHOW);
« no previous file with comments | « chrome/browser/renderer_host/web_cache_manager.cc ('k') | chrome/browser/ui/views/constrained_window_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698