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

Unified Diff: content/common/frame_messages.h

Issue 2156803002: [HBD] Remove PluginCache and reload plugin list when origin changes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rename url parameters to main_frame_origin Created 4 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
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 27f9af77f4335908c0e1e95aeec9369ea35acc22..b2c06d2f71bb5593e0122ee75e1f67b6e0fc463a 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1224,9 +1224,10 @@ IPC_MESSAGE_ROUTED1(FrameHostMsg_PepperStopsPlayback,
int32_t /* pp_instance */)
// Used to get the list of plugins
-IPC_SYNC_MESSAGE_CONTROL1_1(FrameHostMsg_GetPlugins,
- bool /* refresh*/,
- std::vector<content::WebPluginInfo> /* plugins */)
+IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins,
+ bool /* refresh*/,
+ GURL /* url */,
tommycli 2016/08/01 23:44:09 this can be url::Origin /* main_frame_origin */ ri
trizzofo 2016/08/02 02:36:11 Done.
+ std::vector<content::WebPluginInfo> /* plugins */)
// Return information about a plugin for the given URL and MIME
// type. If there is no matching plugin, |found| is false.

Powered by Google App Engine
This is Rietveld 408576698