[Android] Remove duplicate resources part 1/3
This CL removes the following duplicate resource text_size_medium text_size_large In both chrome/android/feed/core/java/res/values/dimens.xml and ui/android/java/res/values/dimens.xml Removal of duplicate is tracked in crbug.com/1039415 bottom_sheet_min_full_half_distance bottom_sheet_peek_height bottom_sheet_toolbar_shadow_height bottom_sheet_shadow_top_offset In both chrome/android/java/res/values/dimens.xml and components/browser_ui/android/bottomsheet/java/res/values/dimens.xml The chrome/android values should have been deleted as part of https://chromium-review.googlesource.com/c/chromium/src/+/2242112 IDS_CERTTITLE In both chrome/browser/ui/android/strings/android_chrome_strings.grd and components/browser_ui/strings/android/browser_ui_strings.grd android_chrome_strings.grd value should have been deleted as part of https://chromium-review.googlesource.com/c/chromium/src/+/2062418 IDS_LINK_COPIED In both chrome/browser/ui/android/strings/android_chrome_strings.grd and ui/android/java/strings/android_ui_strings.grd The two call sites which use the string - ChromeProvidedSharingOptionsProvider.java and Clipboard.java - display it in a org.chromium.ui.widget.Toast BUG=1093825, 1039415 Change-Id: Iee21c047453eea285dc7b0a114579666bfdd582d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355314Reviewed-by:Theresa <twellington@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#798165}
Showing
Please register or sign in to comment