| Index: mojo/services/html_viewer/html_document.h
|
| diff --git a/mojo/services/html_viewer/html_document.h b/mojo/services/html_viewer/html_document.h
|
| index 42bf166d07e6d0da86fa6dc18e9b5a18b220c11f..f6f53710d51b32282f675a7fd19162f2b070a3e1 100644
|
| --- a/mojo/services/html_viewer/html_document.h
|
| +++ b/mojo/services/html_viewer/html_document.h
|
| @@ -84,9 +84,6 @@ class HTMLDocument : public blink::WebViewClient,
|
| const blink::WebURL& url,
|
| blink::WebMediaPlayerClient* client,
|
| blink::WebContentDecryptionModule* initial_cdm);
|
| - // TODO(alexmos): Remove once Blink is updated to pass sandboxFlags.
|
| - virtual blink::WebFrame* createChildFrame(blink::WebLocalFrame* parent,
|
| - const blink::WebString& frameName);
|
| virtual blink::WebFrame* createChildFrame(
|
| blink::WebLocalFrame* parent,
|
| const blink::WebString& frameName,
|
|
|