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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.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: chrome/browser/android/tab_web_contents_delegate_android.h
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.h b/chrome/browser/android/tab_web_contents_delegate_android.h
index 47b4234eb98d783532bdd02672f3d02905ccfbb7..383b198c92a94d474a4a496690be1e13b6501505 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.h
+++ b/chrome/browser/android/tab_web_contents_delegate_android.h
@@ -87,6 +87,7 @@ class TabWebContentsDelegateAndroid
const gfx::Rect& initial_rect,
bool user_gesture,
bool* was_blocked) override;
+ bool RequestAppBanner(content::WebContents* web_contents) override;
private:
// NotificationObserver implementation.

Powered by Google App Engine
This is Rietveld 408576698