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

Unified Diff: chrome/common/render_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: chrome/common/render_messages.h
diff --git a/chrome/common/render_messages.h b/chrome/common/render_messages.h
index b80621eff52c819a3c6ae41f3b25b48e7cf2e201..f43512bb90ba621e0ac445285f3267f2b6341e95 100644
--- a/chrome/common/render_messages.h
+++ b/chrome/common/render_messages.h
@@ -27,6 +27,7 @@
#include "third_party/WebKit/public/web/WebWindowFeatures.h"
#include "ui/base/window_open_disposition.h"
#include "url/ipc/url_param_traits.h"
+#include "url/origin.h"
// Singly-included section for enums and custom IPC traits.
#ifndef CHROME_COMMON_RENDER_MESSAGES_H_
@@ -356,7 +357,7 @@ IPC_SYNC_MESSAGE_CONTROL3_1(ChromeViewHostMsg_RequestFileSystemAccessSync,
IPC_SYNC_MESSAGE_CONTROL4_1(ChromeViewHostMsg_GetPluginInfo,
int /* render_frame_id */,
GURL /* url */,
- GURL /* top origin url */,
+ url::Origin /* top origin url */,
nasko 2016/09/30 20:38:48 nit: Drop the "url" part of the comment, as it is
tommycli 2016/09/30 21:20:41 Done.
std::string /* mime_type */,
ChromeViewHostMsg_GetPluginInfo_Output /* output */)

Powered by Google App Engine
This is Rietveld 408576698