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

Unified Diff: chrome/renderer/extensions/custom_bindings_util.cc

Issue 9192029: Bindings layer for declarative events API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Check whether eventName may be optional Created 8 years, 10 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
« no previous file with comments | « chrome/common/extensions/docs/template/api_template.html ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/custom_bindings_util.cc
diff --git a/chrome/renderer/extensions/custom_bindings_util.cc b/chrome/renderer/extensions/custom_bindings_util.cc
index 08fb52397b94e569bf832ebdb61663e84b184297..5d9277f431fe8f174d0b214b52323c374c58e97f 100644
--- a/chrome/renderer/extensions/custom_bindings_util.cc
+++ b/chrome/renderer/extensions/custom_bindings_util.cc
@@ -34,6 +34,7 @@ std::vector<v8::Extension*> GetAll(ExtensionDispatcher* extension_dispatcher) {
static const char* kJavascriptFiles[] = {
"extensions/browser_action_custom_bindings.js",
"extensions/content_settings_custom_bindings.js",
+ "extensions/experimental.declarative_custom_bindings.js",
"extensions/devtools_custom_bindings.js",
"extensions/input.ime_custom_bindings.js",
"extensions/omnibox_custom_bindings.js",
@@ -49,6 +50,7 @@ std::vector<v8::Extension*> GetAll(ExtensionDispatcher* extension_dispatcher) {
static const int kResourceIDs[] = {
IDR_BROWSER_ACTION_CUSTOM_BINDINGS_JS,
IDR_CONTENT_SETTINGS_CUSTOM_BINDINGS_JS,
+ IDR_EXPERIMENTAL_DECLARATIVE_CUSTOM_BINDINGS_JS,
IDR_DEVTOOLS_CUSTOM_BINDINGS_JS,
IDR_INPUT_IME_CUSTOM_BINDINGS_JS,
IDR_OMNIBOX_CUSTOM_BINDINGS_JS,
« no previous file with comments | « chrome/common/extensions/docs/template/api_template.html ('k') | chrome/renderer/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698