| 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 02b685a50d15af5455208b77f603009e91899235..f8f9044ac023d30fbb0202cc2564c503516c1270 100644
|
| --- a/content/browser/devtools/protocol/page_handler.h
|
| +++ b/content/browser/devtools/protocol/page_handler.h
|
| @@ -77,6 +77,8 @@ class PageHandler : public NotificationObserver {
|
| const std::string& security_origin);
|
|
|
| Response SetColorPickerEnabled(bool enabled);
|
| + Response CanOpenAppBanner(bool* result);
|
| + Response OpenAppBanner(bool* result);
|
|
|
| private:
|
| WebContentsImpl* GetWebContents();
|
|
|