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

Unified Diff: chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java

Issue 1229223002: Add a footer at the bottom of the menu for custom tabs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added new interface call to chrome shell Created 5 years, 5 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/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java
diff --git a/chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java b/chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java
index a157c7457ef7d94933d847fb0e09a3131a0370ef..3f71abf3ab608c7cc8962d276f99d7595382da8f 100644
--- a/chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java
+++ b/chrome/android/java/src/org/chromium/chrome/browser/appmenu/AppMenuPropertiesDelegate.java
@@ -17,6 +17,11 @@ public interface AppMenuPropertiesDelegate {
boolean shouldShowAppMenu();
/**
+ * @return Resource layout id for the footer if there should be one. O otherwise.
+ */
+ int getFooterResourceId();
+
+ /**
* Allows the delegate to show and hide items before the App Menu is shown.
* @param mMenu Menu that will be used as the source for the App Menu pop up.
*/

Powered by Google App Engine
This is Rietveld 408576698