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

Unified Diff: chrome/browser/gtk/extension_view_gtk.cc

Issue 160610: Make extensions in the extension shelf render their content to a visible GTK (Closed)
Patch Set: should be initialized to true to match Windows Created 11 years, 4 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/browser/gtk/extension_view_gtk.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/extension_view_gtk.cc
diff --git a/chrome/browser/gtk/extension_view_gtk.cc b/chrome/browser/gtk/extension_view_gtk.cc
index fc358cda6469c4911ecf06a1d480ea739c9bb013..5940d0f7194758549d9b97a9937c081ca208e0bb 100644
--- a/chrome/browser/gtk/extension_view_gtk.cc
+++ b/chrome/browser/gtk/extension_view_gtk.cc
@@ -9,7 +9,8 @@
#include "chrome/browser/renderer_host/render_widget_host_view_gtk.h"
ExtensionViewGtk::ExtensionViewGtk(ExtensionHost* extension_host)
- : extension_host_(extension_host),
+ : is_toolstrip_(true),
+ extension_host_(extension_host),
render_widget_host_view_(NULL) {
CreateWidgetHostView();
}
« no previous file with comments | « chrome/browser/gtk/extension_view_gtk.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698