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

Unified Diff: chrome/app/generated_resources.grd

Issue 1680113002: Componentize FIND_IN_PAGE_* strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 771fc77c5138c6533e8375c6a5ef04034b83a196..32fc75dbf9373526fd71106d45853286bf54c947 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -3302,20 +3302,6 @@ Even if you have downloaded files from this website before, the website might ha
</message>
</if>
- <!-- FindInPage strings -->
- <message name="IDS_FIND_IN_PAGE_COUNT" desc="How many matches found and what item we are showing">
- <ph name="ACTIVE_MATCH">$1<ex>1</ex></ph> of <ph name="TOTAL_MATCHCOUNT">$2<ex>5</ex></ph>
- </message>
- <message name="IDS_FIND_IN_PAGE_PREVIOUS_TOOLTIP" desc="The tooltip for the previous button">
- Previous
- </message>
- <message name="IDS_FIND_IN_PAGE_NEXT_TOOLTIP" desc="The tooltip for the next button">
- Next
- </message>
- <message name="IDS_FIND_IN_PAGE_CLOSE_TOOLTIP" desc="The tooltip for the close button">
- Close find bar
- </message>
-
<!-- Fullscreen mode -->
<message name="IDS_EXIT_FULLSCREEN_MODE" desc="Clickable message displayed on entering full screen mode. Clicking on the link exits full screen mode.">
Exit full screen

Powered by Google App Engine
This is Rietveld 408576698