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

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

Issue 11222003: Remove TabContents creation from ShellWindow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: const fix Created 8 years, 2 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/tab_contents/tab_contents.h
diff --git a/chrome/browser/ui/tab_contents/tab_contents.h b/chrome/browser/ui/tab_contents/tab_contents.h
index 2b42f4bfbe947b36b4701318ac39b9ad3e88e06a..6f1f33186ec02529162472c064ccef3b7cb4541f 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -24,7 +24,6 @@ class InstantLoader;
class OffscreenTabContentsCreator;
class PanelHost;
class Profile;
-class ShellWindow;
class TabContentsTestHarness;
class TabStripModel;
class TabStripModelContentsCreator;
@@ -87,7 +86,6 @@ class TabContents : public content::WebContentsObserver {
friend class OffscreenTabContentsCreator;
friend class PanelHost;
friend class prerender::PrerenderContents;
- friend class ShellWindow;
// See crbug.com/153587
friend class TabAndroid;
friend class TabContentsTestHarness;

Powered by Google App Engine
This is Rietveld 408576698