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

Unified Diff: content/browser/browser_plugin/old/browser_plugin_host.cc

Issue 10837112: Add WebContents* to some more WebContentsDelegate methods (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 8 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: content/browser/browser_plugin/old/browser_plugin_host.cc
diff --git a/content/browser/browser_plugin/old/browser_plugin_host.cc b/content/browser/browser_plugin/old/browser_plugin_host.cc
index 3d822eb144adc83528366389b08692ca6b1ad023..9d18ba3e176905f62799dba0f48f9adeb1b73293 100644
--- a/content/browser/browser_plugin/old/browser_plugin_host.cc
+++ b/content/browser/browser_plugin/old/browser_plugin_host.cc
@@ -57,7 +57,7 @@ void BrowserPluginHost::RegisterContainerInstance(
guests_by_container_id_[container_id] = observer;
}
-bool BrowserPluginHost::TakeFocus(bool reverse) {
+bool BrowserPluginHost::TakeFocus(WebContents* web_contents, bool reverse) {
embedder_render_process_host()->Send(
new OldBrowserPluginMsg_AdvanceFocus(instance_id(), reverse));
return true;
« no previous file with comments | « content/browser/browser_plugin/old/browser_plugin_host.h ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698