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

Unified Diff: chrome/browser/ui/gtk/constrained_window_gtk.h

Issue 9586009: Move TabContentsViewGtk's delegate to content\public\browser. Also name it a delegate instead of a … (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 10 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/browser/ui/gtk/constrained_window_gtk.h
===================================================================
--- chrome/browser/ui/gtk/constrained_window_gtk.h (revision 124607)
+++ chrome/browser/ui/gtk/constrained_window_gtk.h (working copy)
@@ -20,7 +20,7 @@
#if defined(TOOLKIT_VIEWS)
class NativeTabContentsViewGtk;
#else
-class ChromeTabContentsViewWrapperGtk;
+class ChromeWebContentsViewGtkDelegate;
#endif
class ConstrainedWindowGtkDelegate {
@@ -52,7 +52,7 @@
#if defined(TOOLKIT_VIEWS)
typedef NativeTabContentsViewGtk TabContentsViewType;
#else
- typedef ChromeTabContentsViewWrapperGtk TabContentsViewType;
+ typedef ChromeWebContentsViewGtkDelegate TabContentsViewType;
#endif
ConstrainedWindowGtk(TabContentsWrapper* wrapper,
« no previous file with comments | « chrome/browser/tab_contents/chrome_web_contents_view_gtk_delegate.cc ('k') | chrome/browser/ui/gtk/constrained_window_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698