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

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

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/common/pref_names.cc ('k') | chrome/renderer/resources/extensions/schema_generated_bindings.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/extensions/schema_generated_bindings.cc
===================================================================
--- chrome/renderer/extensions/schema_generated_bindings.cc (revision 116830)
+++ chrome/renderer/extensions/schema_generated_bindings.cc (working copy)
@@ -647,9 +647,9 @@
return true;
}
- // A special request for setting the extension action icon and the sidebar
- // mini tab icon. This function accepts a canvas ImageData object, so it needs
- // to do extra processing before sending the request to the browser.
+ // A special request for setting the extension action icon. This function
+ // accepts a canvas ImageData object, so it needs to do extra processing
+ // before sending the request to the browser.
static v8::Handle<v8::Value> SetIconCommon(
const v8::Arguments& args) {
Value* bitmap_value = NULL;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | chrome/renderer/resources/extensions/schema_generated_bindings.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698