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

Unified Diff: chrome/android/java/AndroidManifest.xml

Issue 1412423007: Modify Physical Web Nearby URLs list to resemble search results (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: wip (fix maxLines->singleLine) Created 5 years, 2 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 537315e26447498fe9b64f42f6974e7e8a82454d..856d386ba6fae7d87503791ed767ff2b31035ff7 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -407,6 +407,7 @@ by a child template that "extends" this file.
<!-- Activity to list Physical Web Urls -->
<activity android:name="org.chromium.chrome.browser.physicalweb.ListUrlsActivity"
android:label="@string/physical_web_list_urls_activity_title"
+ android:theme="@style/PhysicalWebNearbyUrlsListStyle"
android:exported="false">
</activity>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/physical_web_list_item_nearby_url.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698