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

Unified Diff: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h

Issue 9565042: Remove obsolete code (Closed) Base URL: svn://svn.chromium.org/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
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
index 429642f9abff50badd5225cb82094bcc9f693481..cc4b69c252630dce6024ddfc060a1da5bde28b87 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.h
@@ -14,7 +14,6 @@
#include "content/public/browser/web_contents_view.h"
#include "ui/views/widget/widget.h"
-class ConstrainedWindowGtk;
class NativeTabContentsView;
class RenderViewContextMenuViews;
class SkBitmap;
@@ -38,11 +37,6 @@ class TabContentsViewViews : public views::Widget,
explicit TabContentsViewViews(content::WebContents* web_contents);
virtual ~TabContentsViewViews();
- // Intermediate code to pass comiplation. This will be removed as a
- // part of ConstraintWindow change (http://codereview.chromium.org/7631049).
- void AttachConstrainedWindow(ConstrainedWindowGtk* constrained_window);
- void RemoveConstrainedWindow(ConstrainedWindowGtk* constrained_window);
-
// Reset the native parent of this view to NULL. Unparented windows should
// not receive any messages.
virtual void Unparent();
« no previous file with comments | « no previous file | chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698