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

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

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 | « chrome/browser/ui/views/tab_contents/tab_contents_view_views.h ('k') | no next file » | 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.cc
diff --git a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
index 2413f51f757cb1d865f19ab2f1a455a1d7c5a54b..d7d3f89ea7141b8c10b2b2667e8d6ea422a4c995 100644
--- a/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
+++ b/chrome/browser/ui/views/tab_contents/tab_contents_view_views.cc
@@ -56,13 +56,6 @@ TabContentsViewViews::~TabContentsViewViews() {
view_storage->RemoveView(last_focused_view_storage_id_);
}
-void TabContentsViewViews::AttachConstrainedWindow(
- ConstrainedWindowGtk* constrained_window) {
-}
-void TabContentsViewViews::RemoveConstrainedWindow(
- ConstrainedWindowGtk* constrained_window) {
-}
-
void TabContentsViewViews::Unparent() {
// Remember who our FocusManager is, we won't be able to access it once
// un-parented.
« no previous file with comments | « chrome/browser/ui/views/tab_contents/tab_contents_view_views.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698