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

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

Issue 2651553005: Remove ListUrlsActivity (Closed)
Patch Set: Removing ListUrlsActivity Tests Created 3 years, 10 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/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.java » ('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 3e11243e0940037e35be2aec887acb8134e28635..c4933dbafb3e470e0372a1e995bdba04e4b6f8f7 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>
-
<!-- Service for handling Nearby Messages -->
<service android:name="org.chromium.chrome.browser.physicalweb.NearbyMessageIntentService"
android:exported="false" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/physicalweb/ListUrlsActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698