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

Unified Diff: content/common/frame_messages.h

Issue 2378573005: [HBD] Blanket BLOCK on all non-HTTP(s) and non-FILE URLs for Flash. (Closed)
Patch Set: fix formatting Created 4 years, 3 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 1a15567b6fed0c29303c89cc068f18c179085245..4929c8fb7ca8ee88604ec11e7f0405f2788a1eb1 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -1238,7 +1238,7 @@ IPC_SYNC_MESSAGE_CONTROL2_1(FrameHostMsg_GetPlugins,
IPC_SYNC_MESSAGE_CONTROL4_3(FrameHostMsg_GetPluginInfo,
int /* render_frame_id */,
GURL /* url */,
- GURL /* page_url */,
+ url::Origin /* page_url */,
nasko 2016/09/30 20:38:49 Please update the comment.
tommycli 2016/09/30 21:20:42 Done.
std::string /* mime_type */,
bool /* found */,
content::WebPluginInfo /* plugin info */,

Powered by Google App Engine
This is Rietveld 408576698