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

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

Issue 1415973005: Remove single bookmark widget. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update actions.xml 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/mipmap-hdpi/bookmark_shortcut_icon.png » ('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 19d2320cd378d26c133990919c8b77c07450fe85..0a315582be3a7b61b0828064a2b99779d01e5dbe 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -468,19 +468,6 @@ by a child template that "extends" this file.
</intent-filter>
</receiver>
- <activity android:name="org.chromium.chrome.browser.bookmark.ShortcutActivity"
- android:enabled="{{ 'true' if channel in ['stable', 'default'] else 'false' }}"
- android:label="@string/bookmark_shortcut_name"
- android:icon="@mipmap/bookmark_shortcut_icon"
- android:theme="@style/ThemeWithActionBar"
- android:hardwareAccelerated="true">
-
- <intent-filter>
- <action android:name="android.intent.action.CREATE_SHORTCUT" />
- <category android:name="android.intent.category.DEFAULT" />
- </intent-filter>
- </activity>
-
<receiver android:name="com.google.android.apps.chrome.appwidget.bookmarks.BookmarkThumbnailWidgetProvider"
android:enabled="{{ 'true' if channel in ['stable', 'default'] else 'false' }}"
android:label="@string/bookmarks">
« no previous file with comments | « no previous file | chrome/android/java/res/mipmap-hdpi/bookmark_shortcut_icon.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698