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

Unified Diff: content/browser/web_contents/web_contents_impl.cc

Issue 10082021: TabContents -> WebContentsImpl, part 13. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 8 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 | « content/browser/web_contents/web_contents_impl.h ('k') | content/test/test_renderer_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_impl.cc
diff --git a/content/browser/web_contents/web_contents_impl.cc b/content/browser/web_contents/web_contents_impl.cc
index 4fb699e1e978630251e3df0cdb682c6357721b33..1cea56119dddee8ab0ed375f2fc0e34b2a0f6ba4 100644
--- a/content/browser/web_contents/web_contents_impl.cc
+++ b/content/browser/web_contents/web_contents_impl.cc
@@ -1772,9 +1772,9 @@ void WebContentsImpl::OnSetSelectedColorInColorChooser(int color_chooser_id,
color_chooser_->SetSelectedColor(color);
}
-void TabContents::OnPepperPluginHung(int plugin_child_id,
- const FilePath& path,
- bool is_hung) {
+void WebContentsImpl::OnPepperPluginHung(int plugin_child_id,
Avi (use Gerrit) 2012/04/13 21:19:58 hahahahaha
+ const FilePath& path,
+ bool is_hung) {
if (delegate_)
delegate_->PluginHungStatusChanged(this, plugin_child_id, path, is_hung);
}
« no previous file with comments | « content/browser/web_contents/web_contents_impl.h ('k') | content/test/test_renderer_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698