| Index: content/browser/devtools/protocol/page_handler.h
|
| diff --git a/content/browser/devtools/protocol/page_handler.h b/content/browser/devtools/protocol/page_handler.h
|
| index d45e5814a311487d93ed24285737ac307a903763..7ae59b24e274b13a7bfae2ec2f1d612c63aaac90 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -77,7 +77,7 @@ class PageHandler : public NotificationObserver {
|
| const std::string& security_origin);
|
|
|
| Response SetColorPickerEnabled(bool enabled);
|
| - Response RequestAppBanner(bool* result);
|
| + Response RequestAppBanner();
|
|
|
| private:
|
| WebContentsImpl* GetWebContents();
|
|
|