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

Unified Diff: chrome/renderer/resources/extensions/app_window_custom_bindings.js

Issue 10659021: Move chrome.appWindow to chrome.app.window. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased and resolved conflicts 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/renderer/resources/extensions/app_window_custom_bindings.js
diff --git a/chrome/renderer/resources/extensions/app_window_custom_bindings.js b/chrome/renderer/resources/extensions/app_window_custom_bindings.js
index e3d71c19026fd9c02a46a3b60158800b1c94b66e..282005c5dce3cccdca9d6c46999c9d3bbbb69d7e 100644
--- a/chrome/renderer/resources/extensions/app_window_custom_bindings.js
+++ b/chrome/renderer/resources/extensions/app_window_custom_bindings.js
@@ -9,7 +9,7 @@ var sendRequest = require('sendRequest').sendRequest;
var appWindowNatives = requireNative('app_window');
var GetView = appWindowNatives.GetView;
-chromeHidden.registerCustomHook('appWindow', function(bindingsAPI) {
+chromeHidden.registerCustomHook('app.window', function(bindingsAPI) {
Aaron Boodman 2012/06/26 02:21:00 Does this really work!? It seems like these names
Aaron Boodman 2012/06/26 05:41:29 I take this back, it seems ok.
var apiFunctions = bindingsAPI.apiFunctions;
apiFunctions.setCustomCallback('create', function(name, request, view_id) {
var view = null;

Powered by Google App Engine
This is Rietveld 408576698