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

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

Issue 149213003: Cleanup: Fix some lint/style errors in extensions code. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 6 years, 11 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/permissions_custom_bindings.js
===================================================================
--- chrome/renderer/resources/extensions/permissions_custom_bindings.js (revision 247534)
+++ chrome/renderer/resources/extensions/permissions_custom_bindings.js (working copy)
@@ -7,7 +7,6 @@
var binding = require('binding').Binding.create('permissions');
var Event = require('event_bindings').Event;
-var sendRequest = require('sendRequest').sendRequest;
// These custom binding are only necessary because it is not currently
// possible to have a union of types as the type of the items in an array.
« no previous file with comments | « chrome/renderer/resources/extensions/media_galleries_custom_bindings.js ('k') | extensions/browser/extension_prefs.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698