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

Unified Diff: chrome/android/java/res/layout/download_manager_toolbar.xml

Issue 2640333003: [Downloads UI] Implement search (Closed)
Patch Set: Explicitly handle empty downloads query Created 3 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/android/java/res/layout/download_manager_toolbar.xml
diff --git a/chrome/android/java/res/layout/download_manager_toolbar.xml b/chrome/android/java/res/layout/download_manager_toolbar.xml
index bfc46e2ad900d87a564c1971226acd27f3be3a55..c368bbe71f6c394e73a9bde820f3a9fa8b5217b6 100644
--- a/chrome/android/java/res/layout/download_manager_toolbar.xml
+++ b/chrome/android/java/res/layout/download_manager_toolbar.xml
@@ -6,8 +6,4 @@
<org.chromium.chrome.browser.download.ui.DownloadManagerToolbar
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
- android:layout_height="match_parent" >
-
- <include layout="@layout/number_roll_view" />
-
-</org.chromium.chrome.browser.download.ui.DownloadManagerToolbar>
+ android:layout_height="match_parent" />
« no previous file with comments | « chrome/android/java/res/layout/bookmark_main_content.xml ('k') | chrome/android/java/res/layout/history_toolbar.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698