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

Unified Diff: components/webusb_strings.grdp

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moved webusb::WebUsbDetector::GetInstance() call to chrome_browser_main.cc Created 5 years, 4 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
Index: components/webusb_strings.grdp
diff --git a/components/webusb_strings.grdp b/components/webusb_strings.grdp
new file mode 100644
index 0000000000000000000000000000000000000000..2632b3c0e032d3901f2b7a68db7ea2500515f008
--- /dev/null
+++ b/components/webusb_strings.grdp
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+
+ <!-- WebUsb Notification -->
+ <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION" desc="Content for notification shown to the user when a USB device gets plugged in.">
+ Click here to visit this page
+ </message>
+ <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION_TITLE" desc="Title for notification shown to the user when a USB device gets plugged in.">
+ <ph name="VENDOR_NAME">$1</ph>
Reilly Grant (use Gerrit) 2015/08/20 17:02:45 VENDOR_NAME -> PRODUCT_NAME
juncai 2015/08/21 05:16:04 Done.
+ </message>
+
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698