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

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

Issue 10968003: Add rendering support to the TestShell. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased on top of test apk changes. 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 96ece8958aed80ab5d3ab22d7b4e98f0284be943..65f4481374d376cf491202b7d69423f5fdd77022 100644
--- a/chrome/browser/ui/tab_contents/tab_contents.h
+++ b/chrome/browser/ui/tab_contents/tab_contents.h
@@ -129,6 +129,7 @@ class TabContents : public content::WebContentsObserver {
friend class PanelHost;
friend class prerender::PrerenderContents;
friend class ShellWindow;
+ friend class TabAndroid;
Yaron 2012/09/24 20:11:32 You may want to fix (see comment above). You can a
David Trainor- moved to gerrit 2012/09/24 23:39:57 Talked to Avi. Got rid of our reliance on a TabCo
friend class TabContentsTestHarness;
friend class TabStripModel;
friend class TabStripModelContentsCreator;

Powered by Google App Engine
This is Rietveld 408576698