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

Unified Diff: build/android/lint/suppressions.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 | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/android/lint/suppressions.xml
diff --git a/build/android/lint/suppressions.xml b/build/android/lint/suppressions.xml
index 1739e35462cb8f0cfbb4227ded3a7fa7af6f94a6..402c364e8629b97a183834a3ab2bb5cbd790de3b 100644
--- a/build/android/lint/suppressions.xml
+++ b/build/android/lint/suppressions.xml
@@ -102,7 +102,7 @@ Still reading?
<issue id="UnusedResources">
<!-- Used by chrome/android/java/AndroidManifest.xml -->
<ignore path="chrome/android/java/res/drawable/window_background.xml" />
- <ignore path="chrome/android/java/res/xml/bookmark_thumbnail_widget_info.xml" />
+ <ignore path="chrome/android/java/res/xml/bookmark_widget_info.xml" />
<ignore path="chrome/android/java/res/xml/file_paths.xml" />
<ignore path="content/shell/android/shell_apk/res/layout/content_shell_activity.xml" />
« no previous file with comments | « no previous file | chrome/android/java/AndroidManifest.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698