| Index: content/browser/debugger/devtools_http_handler_impl.h
|
| diff --git a/content/browser/debugger/devtools_http_handler_impl.h b/content/browser/debugger/devtools_http_handler_impl.h
|
| index 8d5770f3da644ff57e0785c4bec4cacd37d15674..06bdf3d7c6f45dd5c01b73d48d23c5e7d386f193 100644
|
| --- a/content/browser/debugger/devtools_http_handler_impl.h
|
| +++ b/content/browser/debugger/devtools_http_handler_impl.h
|
| @@ -67,6 +67,8 @@ class DevToolsHttpHandlerImpl
|
|
|
| void OnJsonRequestUI(int connection_id,
|
| const net::HttpServerRequestInfo& info);
|
| + void OnThumbnailRequestUI(int connection_id,
|
| + const net::HttpServerRequestInfo& info);
|
| void OnWebSocketRequestUI(int connection_id,
|
| const net::HttpServerRequestInfo& info);
|
| void OnWebSocketMessageUI(int connection_id, const std::string& data);
|
|
|