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

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 views compile, no need to delete extra mac menu items cuz not using browser command updater any… 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 4c5b5a0f0a68c85b289a3b65e8c1aaf09446bbe9..6a23bc73fc8afecd1896b2c46a76a6654ea12823 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;
@@ -165,7 +164,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