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

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

Issue 1452323003: Remove the ability to trigger the edit bookmark dialog via URL. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/bookmark/ManageBookmarkActivity.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 6d93255329a482a3f03c862a3ea7f4de7c4c2e01..30c1bf0b61e9177bca149927e38878ef4b05fd69 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -261,12 +261,6 @@ by a child template that "extends" this file.
android:windowSoftInputMode="stateHidden|adjustPan"
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|mcc|mnc">
<intent-filter>
- <action android:name="android.intent.action.VIEW" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.BROWSABLE" />
- <data android:scheme="chrome" android:host="editbookmark" />
- </intent-filter>
- <intent-filter>
<!-- This is sent by the BrowserProviderProxy as a result of
calls to android.provider.Browser.saveBookmark(). -->
<action android:name="{{ manifest_package }}.ADDBOOKMARK" />
« no previous file with comments | « no previous file | chrome/android/java/src/org/chromium/chrome/browser/bookmark/ManageBookmarkActivity.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698