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

Unified Diff: chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc

Issue 1569893003: Add "Request app banner" context menu in DevTools (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: incorporated dfalcantara'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: chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
diff --git a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
index 74282937a2684963a9124c04752537aedabb4dd9..4a6d629d4ed24d9943c4da77a22bebaa1248f97b 100644
--- a/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
+++ b/chrome/browser/ui/tab_contents/core_tab_helper_delegate.cc
@@ -23,3 +23,8 @@ bool CoreTabHelperDelegate::CanSaveContents(
content::WebContents* web_contents) const {
return true;
}
+
+bool CoreTabHelperDelegate::RequestAppBanner(
+ content::WebContents* web_contents) {
+ return false;
+}

Powered by Google App Engine
This is Rietveld 408576698