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

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

Issue 10544021: Disable the new window context menu option in the bookmarks extension for Windows 8 metro mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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/experimental_bookmark_manager.json
===================================================================
--- chrome/common/extensions/api/experimental_bookmark_manager.json (revision 140583)
+++ chrome/common/extensions/api/experimental_bookmark_manager.json (working copy)
@@ -209,6 +209,17 @@
{"name": "result", "type": "boolean"}
]}
]
+ },
+ {
+ "name": "canOpenNewWindows",
+ "type": "function",
+ "description": "Whether bookmarks can be opened in new windows",
+ "nodoc": "true",
+ "parameters": [
+ {"type": "function", "name": "callback", "parameters": [
+ {"name": "result", "type": "boolean"}
+ ]}
+ ]
}
],
"events": [

Powered by Google App Engine
This is Rietveld 408576698