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

Unified Diff: chrome/app/generated_resources.grd

Issue 406483004: Initial implementation of API WakeLock. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 540e00d8ceada9bbcff5f7a95ce172d39a0c7c5c..5339529f4ab4e272ee99417e864c7bc6db4befdb 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -14563,6 +14563,19 @@ Do you accept?
<message name="IDS_PUSH_MESSAGES_BUBBLE_FRAGMENT" desc="Question asked on the info bar whenever a domain wants to send push messages">
push notifications
</message>
+ <!-- Wake Lock-->
+ <message name="IDS_WAKE_LOCK_INFOBAR_QUESTION" desc="Mobile: Question asked on the info bar whenever wake lock wants to access the lock screen">
+ Page wants to wake lock screen.
+ </message>
+ <message name="IDS_WAKE_LOCK_REMEMBER_BUTTON" desc="Mobile: Text for checkbox that remebers a decision about wake lock for the site" >
+ Remember for this site
+ </message>
+ <message name="IDS_WAKE_LOCK_OK_BUTTON" desc="Mobile: Text for button that confirm wake lock for the site">
+ OK
+ </message>
+ <message name="IDS_WAKE_LOCK_CANCEL_BUTTON" desc="Mobile: Text for button that cancel wake lock for the site" >
+ Cancel
+ </message>
</messages>
</release>
</grit>

Powered by Google App Engine
This is Rietveld 408576698