Adds button label to extensions/shortcuts

The button for clearing an entered keyboard shortcut for extensions was
unlabeled, causing it to have no accessible name. This change adds the
Clear string to the grit resources.

BUG=870718

Change-Id: I19699be4b845db27a70d54b91ebdcdb108e71694
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599766
Commit-Queue: Meredith Lane <[email protected]>
Reviewed-by: Alice Boxhall <[email protected]>
Reviewed-by: Devlin <[email protected]>
Reviewed-by: Jochen Eisinger <[email protected]>
Cr-Commit-Position: refs/heads/master@{#659784}
diff --git a/components/components_strings.grd b/components/components_strings.grd
index 33c5baf..3b165b22e0 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -238,6 +238,9 @@
       <message name="IDS_CLOSE" desc="A generic term for Close on buttons and menus.">
         Close
       </message>
+      <message name="IDS_CLEAR" desc="A generic term for Clearing input fields.">
+        Clear
+      </message>
       <message name="IDS_DONE" desc="A generic term for Done on buttons and menus.">
         Done
       </message>