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

Unified Diff: content/browser/renderer_host/render_widget_host.cc

Issue 7548022: Profiles: Introduce AllProfilesAndSources(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Avi fixes Created 9 years, 5 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 | « chrome/browser/ui/gtk/global_menu_bar.cc ('k') | content/common/content_notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/render_widget_host.cc
diff --git a/content/browser/renderer_host/render_widget_host.cc b/content/browser/renderer_host/render_widget_host.cc
index a5eb4b6f68ca7bf0c022055fbe077decc1245cbf..67c91513bcdd0ca5e8ce1a22497c9f65e79fb261 100644
--- a/content/browser/renderer_host/render_widget_host.cc
+++ b/content/browser/renderer_host/render_widget_host.cc
@@ -868,11 +868,6 @@ void RenderWidgetHost::OnMsgUpdateRect(
TRACE_EVENT0("renderer_host", "RenderWidgetHost::OnMsgUpdateRect");
TimeTicks paint_start = TimeTicks::Now();
- NotificationService::current()->Notify(
- content::NOTIFICATION_RENDER_WIDGET_HOST_WILL_PAINT,
- Source<RenderWidgetHost>(this),
- NotificationService::NoDetails());
-
// Update our knowledge of the RenderWidget's size.
current_size_ = params.view_size;
// Update our knowledge of the RenderWidget's scroll offset.
« no previous file with comments | « chrome/browser/ui/gtk/global_menu_bar.cc ('k') | content/common/content_notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698