| Index: content/browser/devtools/protocol/browser_handler.h
|
| diff --git a/content/browser/devtools/protocol/browser_handler.h b/content/browser/devtools/protocol/browser_handler.h
|
| index 3cf34de759182815171a48951d0da10f30aa62d3..ee14bfd9177fbaf2b14e28d456f12c11a57bb580 100644
|
| --- a/content/browser/devtools/protocol/browser_handler.h
|
| +++ b/content/browser/devtools/protocol/browser_handler.h
|
| @@ -37,7 +37,7 @@ class BrowserHandler : public DevToolsAgentHostClient {
|
| Response CreateBrowserContext(std::string* out_context_id);
|
| Response DisposeBrowserContext(const std::string& context_id,
|
| bool* out_success);
|
| - Response CreateTarget(const std::string& initial_url,
|
| + Response CreateTarget(const std::string& url,
|
| const int* width,
|
| const int* height,
|
| const std::string* context_id,
|
|
|