| Index: mojo/examples/html_viewer/html_document_view.h
|
| diff --git a/mojo/examples/html_viewer/html_document_view.h b/mojo/examples/html_viewer/html_document_view.h
|
| index 2f9f8e9a84c0a2ea819d5065fe12da7264ac680e..8c324a5ee2c3806067b5e0bd34ed406be856932b 100644
|
| --- a/mojo/examples/html_viewer/html_document_view.h
|
| +++ b/mojo/examples/html_viewer/html_document_view.h
|
| @@ -36,8 +36,7 @@ class HTMLDocumentView : public blink::WebViewClient,
|
|
|
| void AttachToNode(view_manager::Node* node);
|
|
|
| - void Load(URLResponsePtr response,
|
| - ScopedDataPipeConsumerHandle response_body_stream);
|
| + void Load(URLResponsePtr response);
|
|
|
| private:
|
| // WebViewClient methods:
|
|
|