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

Unified Diff: chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json

Issue 12576018: Add chrome.power extension API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add copyright notice to example extension Created 7 years, 9 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: chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json
diff --git a/chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json b/chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json
new file mode 100644
index 0000000000000000000000000000000000000000..ef50944de1068e827436f7943a24aa4747dcb670
--- /dev/null
+++ b/chrome/common/extensions/docs/examples/api/power/_locales/en/messages.json
@@ -0,0 +1,22 @@
+{
+ "extensionName": {
+ "message": "Keep Awake",
+ "description": "Extension name."
+ },
+ "extensionDescription": {
+ "message": "Override system power-saving settings.",
+ "description": "Extension description."
+ },
+ "disabledTitle": {
+ "message": "Default power-saving settings",
+ "description": "Browser action title when disabled."
+ },
+ "displayTitle": {
+ "message": "Screen will be kept on",
+ "description": "Browser action title when preventing screen-off."
+ },
+ "systemTitle": {
+ "message": "System will stay awake",
+ "description": "Browser action title when preventing system sleep."
+ }
+}
« no previous file with comments | « chrome/common/extensions/api/power.idl ('k') | chrome/common/extensions/docs/examples/api/power/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698