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

Unified Diff: content/public/browser/web_contents_delegate.h

Issue 1835063002: DevTools: make app banner debug messages report with different severity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: stray include Created 4 years, 9 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/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 2c2ac7642e8b56552f985c13e8354fb3bac9f722..074333a1af8d0e000295ab7a049504a777f397cd 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -531,7 +531,7 @@ class CONTENT_EXPORT WebContentsDelegate {
const std::vector<uint8_t>& proto) {}
// Requests the app banner. This method is called from the DevTools.
- virtual bool RequestAppBanner(content::WebContents* web_contents);
+ virtual void RequestAppBannerFromDevTools(content::WebContents* web_contents);
dominickn 2016/03/27 22:32:06 I think you also need to change the method in chro
pfeldman 2016/03/28 18:39:31 Done.
protected:
virtual ~WebContentsDelegate();

Powered by Google App Engine
This is Rietveld 408576698