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

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

Issue 2651553005: Remove ListUrlsActivity (Closed)
Patch Set: Commenting unused fields 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/AndroidManifest.xml
diff --git a/chrome/android/java/AndroidManifest.xml b/chrome/android/java/AndroidManifest.xml
index 2344471618da0b9fd1ba0e7880f2518dcf45ff39..a270908a0055b0d0a2bc3fc4248ce4809d117e5c 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -625,15 +625,6 @@ by a child template that "extends" this file.
android:excludeFromRecents="true">
</activity>
- <!-- 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:autoRemoveFromRecents="true"
- android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc|screenLayout|smallestScreenSize"
- android:exported="false" >
- </activity>
-
<!-- Opt-in activity for Physical Web -->
<activity android:name="org.chromium.chrome.browser.physicalweb.PhysicalWebOptInActivity"
android:label="@string/physical_web_list_urls_activity_title"

Powered by Google App Engine
This is Rietveld 408576698