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

Unified Diff: chrome/app/generated_resources.grd

Issue 1289423002: Add webusb notification UI code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: added some #ifdef flags 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:
Download patch
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/about_flags.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 78e87b132c324a3981cb4f59b4f21ea97eda5f48..b99d8092cbeb9766e64892b900286fa411d02601 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -5384,6 +5384,22 @@ Keep your key file in a safe place. You will need it to create new versions of y
Keep changes
</message>
+ <!-- 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>
+ </message>
+
+ <!-- WebUsb Notification Flag -->
+ <message name="IDS_FLAGS_ENABLE_WEBUSB_NOTIFICATION_NAME" desc="Title for the flag which enables WebUsb notification.">
+ WebUsb notification.
+ </message>
+ <message name="IDS_FLAGS_ENABLE_WEBUSB_NOTIFICATION_DESCRIPTION" desc="Description for the flag which enables WebUsb notification.">
+ Experimental WebUsb notification.
+ </message>
+
<!-- chrome://settings-frame/options_settings_app.html for the App Launcher Settings App -->
<if expr="enable_settings_app">
<message name="IDS_SETTINGS_APP_LAUNCHER_PRODUCT_NAME" desc="Product name to use when referring to applications running in the App Launcher inside the non-browser Settings App">
« no previous file with comments | « no previous file | chrome/browser/BUILD.gn » ('j') | chrome/browser/about_flags.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698