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

Unified Diff: chrome/browser/notifications/balloon_host.cc

Issue 9600036: Move Render(View|Widget)Host and associated classes to content namespace. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Respond to review comments. Created 8 years, 9 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/notifications/balloon_host.cc
diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
index 7934a4413722bb213d5e1b50e7ad6ab3e30c4c47..bc79b3c43620ddfcb759f4ef2d849a147c2b9461 100644
--- a/chrome/browser/notifications/balloon_host.cc
+++ b/chrome/browser/notifications/balloon_host.cc
@@ -85,7 +85,7 @@ void BalloonHost::AddNewContents(WebContents* source,
browser->AddWebContents(new_contents, disposition, initial_pos, user_gesture);
}
-void BalloonHost::RenderViewCreated(RenderViewHost* render_view_host) {
+void BalloonHost::RenderViewCreated(content::RenderViewHost* render_view_host) {
render_view_host->DisableScrollbarsForThreshold(
balloon_->min_scrollbar_size());
render_view_host->WasResized();
« no previous file with comments | « chrome/browser/notifications/balloon_host.h ('k') | chrome/browser/notifications/desktop_notification_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698