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

Unified Diff: content/browser/web_contents/web_contents_view_gtk.cc

Issue 10106022: TabContents -> WebContentsImpl, part 19. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 8 years, 8 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 | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/color_chooser.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/web_contents/web_contents_view_gtk.cc
diff --git a/content/browser/web_contents/web_contents_view_gtk.cc b/content/browser/web_contents/web_contents_view_gtk.cc
index ac1021f565fba8fd07da1a475ed29758050ef72d..8c69194856c5a3564f50bc99952735cd44822bb5 100644
--- a/content/browser/web_contents/web_contents_view_gtk.cc
+++ b/content/browser/web_contents/web_contents_view_gtk.cc
@@ -84,7 +84,7 @@ WebContentsViewGtk::WebContentsViewGtk(
: web_contents_(web_contents),
expanded_(gtk_expanded_container_new()),
delegate_(delegate) {
- gtk_widget_set_name(expanded_.get(), "chrome-tab-contents-view");
+ gtk_widget_set_name(expanded_.get(), "chrome-web-contents-view");
g_signal_connect(expanded_.get(), "size-allocate",
G_CALLBACK(OnSizeAllocateThunk), this);
g_signal_connect(expanded_.get(), "child-size-request",
« no previous file with comments | « content/browser/web_contents/web_contents_impl.cc ('k') | content/public/browser/color_chooser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698