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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part>
3
4 <!-- WebUsb Notification -->
5 <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION" desc="Content for noti fication shown to the user when a USB device gets plugged in.">
6 Click here to visit this page
7 </message>
8 <message name="IDS_WEBUSB_DEVICE_DETECTED_NOTIFICATION_TITLE" desc="Title for notification shown to the user when a USB device gets plugged in.">
9 <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.
10 </message>
11
12 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698