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

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: modified WebUsbBrowserClient::Set function again 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..a3fd8786b37cd806fc6c096de2b9e12fd56fd4af
--- /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="PRODUCT_NAME">$1</ph>
+ </message>
+
+</grit-part>

Powered by Google App Engine
This is Rietveld 408576698