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

Unified Diff: chrome/browser/chromeos/oom_priority_manager_browsertest.cc

Issue 10532056: TabContentsWrapper -> TabContents, part 8. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: small Created 8 years, 6 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/chromeos/oom_priority_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/oom_priority_manager_browsertest.cc
diff --git a/chrome/browser/chromeos/oom_priority_manager_browsertest.cc b/chrome/browser/chromeos/oom_priority_manager_browsertest.cc
index d1cf0d09a31da373075640e7678d10fa0f9af167..3a63223ba10b69818781fb4b203b21005f4bf067 100644
--- a/chrome/browser/chromeos/oom_priority_manager_browsertest.cc
+++ b/chrome/browser/chromeos/oom_priority_manager_browsertest.cc
@@ -107,9 +107,9 @@ IN_PROC_BROWSER_TEST_F(OomPriorityManagerTest, OomPriorityManagerBasics) {
content::NotificationService::AllSources());
browser()->SelectNumberedTab(0);
reload1.Wait();
- // Make sure the FindBarController gets the right TabContentsWrapper.
+ // Make sure the FindBarController gets the right TabContents.
EXPECT_EQ(browser()->GetFindBarController()->tab_contents(),
- browser()->GetSelectedTabContentsWrapper());
+ browser()->GetActiveTabContents());
EXPECT_EQ(0, browser()->active_index());
EXPECT_FALSE(browser()->IsTabDiscarded(0));
EXPECT_TRUE(browser()->IsTabDiscarded(1));
« no previous file with comments | « chrome/browser/chromeos/oom_priority_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698