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

Unified Diff: chrome/browser/autofill/autofill_browsertest.cc

Issue 6730016: Fix flakiness and enable RenderViewHostManagerTest on Linux/Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix additional flakiness. Created 9 years, 9 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 | « no previous file | chrome/browser/browser_focus_uitest.cc » ('j') | chrome/test/plugin/pdf_browsertest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autofill/autofill_browsertest.cc
diff --git a/chrome/browser/autofill/autofill_browsertest.cc b/chrome/browser/autofill/autofill_browsertest.cc
index 4c3e1f436c11a089a7b1fbd81944aa11db50c9b2..74c91e5cae38d55bb810e2ae6f8903ca01dfefb6 100644
--- a/chrome/browser/autofill/autofill_browsertest.cc
+++ b/chrome/browser/autofill/autofill_browsertest.cc
@@ -328,10 +328,10 @@ IN_PROC_BROWSER_TEST_F(AutofillTest, AutofillAfterReload) {
GURL(std::string(kDataURIPrefix) + kTestFormString)));
// Reload the page.
- NavigationController* controller =
- &browser()->GetSelectedTabContentsWrapper()->tab_contents()->controller();
- controller->Reload(false);
- ui_test_utils::WaitForLoadStop(controller);
+ TabContents* tab =
+ browser()->GetSelectedTabContentsWrapper()->tab_contents();
+ tab->controller().Reload(false);
+ ui_test_utils::WaitForLoadStop(tab);
// Invoke Autofill.
TryBasicFormFill();
« no previous file with comments | « no previous file | chrome/browser/browser_focus_uitest.cc » ('j') | chrome/test/plugin/pdf_browsertest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698