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

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

Issue 1840193002: Rename "BookmarkThumbnailWidget" to "BookmarkWidget". (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix lint Created 4 years, 9 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 | « build/android/lint/suppressions.xml ('k') | chrome/android/java/res/layout/bookmark_thumbnail_widget.xml » ('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 d24d7ed1ba689bee5669886b7401a9f4be833d27..131c90e0f26dbada341c3a915a5ac93a1e663359 100644
--- a/chrome/android/java/AndroidManifest.xml
+++ b/chrome/android/java/AndroidManifest.xml
@@ -539,9 +539,9 @@ by a child template that "extends" this file.
</intent-filter>
<meta-data
android:name="android.appwidget.provider"
- android:resource="@xml/bookmark_thumbnail_widget_info" />
+ android:resource="@xml/bookmark_widget_info" />
</receiver>
- <service android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkThumbnailWidgetService"
+ <service android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetService"
android:permission="android.permission.BIND_REMOTEVIEWS"
android:exported="false" />
<receiver android:name="org.chromium.chrome.browser.bookmarkswidget.BookmarkWidgetProxy"
« no previous file with comments | « build/android/lint/suppressions.xml ('k') | chrome/android/java/res/layout/bookmark_thumbnail_widget.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698