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

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

Issue 10908153: [Panel refactor] Deprecate old panels. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix linux_chromeos test failure Created 8 years, 3 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 2cf02d12239ab7cf8704a7cd053595481db5739e..953cfc1ea48173a067ef301e4f0ad744cc1d17be 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -41,7 +41,6 @@ class InfoBarTabHelper;
class InstantLoader;
class NavigationMetricsRecorder;
class OffscreenTabContentsCreator;
-class OldBasePanelBrowserTest;
class OmniboxSearchHint;
class PanelHost;
class PasswordManager;
@@ -164,7 +163,6 @@ class TabContents : public content::WebContentsObserver {
friend class GeolocationPermissionContextTests;
friend class InfoBarControllerContentsCreator;
friend class InstantLoader;
- friend class OldBasePanelBrowserTest;
friend class OffscreenTabContentsCreator;
friend class PanelHost;
friend class prerender::PrerenderContents;

Powered by Google App Engine
This is Rietveld 408576698