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

Unified Diff: mojo/services/html_viewer/html_document.cc

Issue 797813006: Replicate sandbox flags for OOPIF (Chromium part 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iframe-sandbox-flags-part1
Patch Set: Fix issue in previous rebase Created 5 years, 11 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
« no previous file with comments | « mojo/services/html_viewer/html_document.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/services/html_viewer/html_document.cc
diff --git a/mojo/services/html_viewer/html_document.cc b/mojo/services/html_viewer/html_document.cc
index 6bd33a186934aa0e66638c8ddf2b0ebd3bf8e8b0..6f6d3c6f69b6763ebea46a1e1e778255c070bd39 100644
--- a/mojo/services/html_viewer/html_document.cc
+++ b/mojo/services/html_viewer/html_document.cc
@@ -211,13 +211,6 @@ blink::WebMediaPlayer* HTMLDocument::createMediaPlayer(
initial_cdm, shell_);
}
-// TODO(alexmos): Remove once Blink is updated to pass sandboxFlags.
-blink::WebFrame* HTMLDocument::createChildFrame(
- blink::WebLocalFrame* parent,
- const blink::WebString& frameName) {
- return createChildFrame(parent, frameName, blink::WebSandboxFlags::None);
-}
-
blink::WebFrame* HTMLDocument::createChildFrame(
blink::WebLocalFrame* parent,
const blink::WebString& frameName,
« no previous file with comments | « mojo/services/html_viewer/html_document.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698