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

Unified Diff: content/public/browser/web_contents_delegate.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
« no previous file with comments | « content/browser/devtools/protocol/page_handler.cc ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index ed46e438deebf2c5b5993d5a307c1864989a0334..4145d4a6aff0e370c36668a1dc305780b587dba3 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -523,6 +523,9 @@ class CONTENT_EXPORT WebContentsDelegate {
// compositor proto. This is used in Blimp mode.
virtual void ForwardCompositorProto(const std::vector<uint8_t>& proto) {}
+ // Requests the app banner. This method is called from the DevTools.
+ virtual bool RequestAppBanner(content::WebContents* web_contents);
+
protected:
virtual ~WebContentsDelegate();
« no previous file with comments | « content/browser/devtools/protocol/page_handler.cc ('k') | content/public/browser/web_contents_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698