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

Unified Diff: content/browser/browser_plugin/browser_plugin_guest.h

Issue 299753011: Move allocate instance id to chrome/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: refactor one method, Created 6 years, 7 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/browser_plugin_guest.h
diff --git a/content/browser/browser_plugin/browser_plugin_guest.h b/content/browser/browser_plugin/browser_plugin_guest.h
index 3f595e4450d6c696bf4230c764e9581bb45a9880..7b04456e4cc59d136d612f25605f6b4801725a04 100644
--- a/content/browser/browser_plugin/browser_plugin_guest.h
+++ b/content/browser/browser_plugin/browser_plugin_guest.h
@@ -121,7 +121,8 @@ class CONTENT_EXPORT BrowserPluginGuest
bool OnMessageReceivedFromEmbedder(const IPC::Message& message);
void Initialize(const BrowserPluginHostMsg_Attach_Params& params,
- WebContentsImpl* embedder_web_contents);
+ WebContentsImpl* embedder_web_contents,
+ const base::DictionaryValue& extra_params);
WebContentsImpl* embedder_web_contents() const {
return embedder_web_contents_;

Powered by Google App Engine
This is Rietveld 408576698