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

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

Issue 9006027: Rip Out the Sidebar API (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 8 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
« no previous file with comments | « chrome/renderer/extensions/schema_generated_bindings.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/extensions/schema_generated_bindings.js
===================================================================
--- chrome/renderer/resources/extensions/schema_generated_bindings.js (revision 116830)
+++ chrome/renderer/resources/extensions/schema_generated_bindings.js (working copy)
@@ -1021,14 +1021,6 @@
details, this.name, this.definition.parameters, "page action");
});
- apiFunctions.setHandleRequest("experimental.sidebar.setIcon",
- function(details) {
- var SIDEBAR_ICON_SIZE = 16;
- setIconCommon(
- details, this.name, this.definition.parameters, "sidebar",
- SIDEBAR_ICON_SIZE);
- });
-
apiFunctions.setHandleRequest("contextMenus.create",
function() {
var args = arguments;
« no previous file with comments | « chrome/renderer/extensions/schema_generated_bindings.cc ('k') | chrome/test/base/testing_browser_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698