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

Unified Diff: chrome/common/extensions/api/virtual_keyboard_private.json

Issue 342573002: Add chrome.virtualKeyboardPrivate.openSettings api to open settings page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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/api/virtual_keyboard_private.json
diff --git a/chrome/common/extensions/api/virtual_keyboard_private.json b/chrome/common/extensions/api/virtual_keyboard_private.json
index 890543e119f5d0e48b427272c3bfb31e1490e471..a14b10aac3d16f9591359a401c487a461dc7a435 100644
--- a/chrome/common/extensions/api/virtual_keyboard_private.json
+++ b/chrome/common/extensions/api/virtual_keyboard_private.json
@@ -149,6 +149,13 @@
]
}
]
+ },
+ {
+ "name": "openSettings",
+ "type": "function",
+ "description": "Opens chrome://settings/languages page.",
+ "parameters": [
+ ]
}
],
"events": [
« no previous file with comments | « chrome/browser/extensions/api/input/input.cc ('k') | extensions/browser/extension_function_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698