Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(406)

Unified Diff: content/browser/devtools/protocol/page_handler.h

Issue 1569893003: Add "Request app banner" context menu in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated pfeldman's comment Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..d45e5814a311487d93ed24285737ac307a903763 100644
--- a/content/browser/devtools/protocol/page_handler.h
+++ b/content/browser/devtools/protocol/page_handler.h
@@ -77,6 +77,7 @@ class PageHandler : public NotificationObserver {
const std::string& security_origin);
Response SetColorPickerEnabled(bool enabled);
+ Response RequestAppBanner(bool* result);
private:
WebContentsImpl* GetWebContents();

Powered by Google App Engine
This is Rietveld 408576698