| Index: chrome/browser/ui/browser_navigator_browsertest.cc | 
| diff --git a/chrome/browser/ui/browser_navigator_browsertest.cc b/chrome/browser/ui/browser_navigator_browsertest.cc | 
| index 36c6de2a25a7f97319bdf4b00bebc7f2da4d5b75..186681ac01ffbcd3ab507efae8df4bd1d20af987 100644 | 
| --- a/chrome/browser/ui/browser_navigator_browsertest.cc | 
| +++ b/chrome/browser/ui/browser_navigator_browsertest.cc | 
| @@ -184,6 +184,8 @@ namespace { | 
|  | 
| // This test verifies that when a navigation occurs within a tab, the tab count | 
| // of the Browser remains the same and the current tab bears the loaded URL. | 
| +// Note that network URLs are not actually loaded in tests, so this also tests | 
| +// that error pages leave the intended URL in the address bar. | 
| IN_PROC_BROWSER_TEST_F(BrowserNavigatorTest, Disposition_CurrentTab) { | 
| ui_test_utils::NavigateToURL(browser(), GetGoogleURL()); | 
| EXPECT_EQ(GetGoogleURL(), | 
|  |