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

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

Issue 9918006: Split SchemaGeneratedBindings up into smaller, more targetted native handlers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 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
« no previous file with comments | « chrome/renderer/resources/extensions/send_request.js ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/set_icon.js
diff --git a/chrome/renderer/resources/extensions/set_icon.js b/chrome/renderer/resources/extensions/set_icon.js
index cdd5b2daf891673e95c5637548e298fcec926372..0cfd48fd363654129d87996c4a54193454120d27 100644
--- a/chrome/renderer/resources/extensions/set_icon.js
+++ b/chrome/renderer/resources/extensions/set_icon.js
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-var SetIconCommon = requireNative('schema_generated_bindings').SetIconCommon;
+var SetIconCommon = requireNative('setIcon').SetIconCommon;
var sendRequest = require('sendRequest').sendRequest;
function setIcon(details, name, parameters, actionType) {
« no previous file with comments | « chrome/renderer/resources/extensions/send_request.js ('k') | chrome/test/base/chrome_render_view_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698