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

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 (taking changes from aurimas) 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
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>

Powered by Google App Engine
This is Rietveld 408576698