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

Unified Diff: chrome/test/reliability/automated_ui_test_test.cc

Issue 9582032: [uber page] Integrate history into uber page. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: final tweaks Created 8 years, 10 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/common/url_constants.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/reliability/automated_ui_test_test.cc
===================================================================
--- chrome/test/reliability/automated_ui_test_test.cc (revision 124713)
+++ chrome/test/reliability/automated_ui_test_test.cc (working copy)
@@ -428,5 +428,6 @@
ASSERT_TRUE(ShowHistory());
GURL url;
ASSERT_TRUE(GetActiveTab()->GetCurrentURL(&url));
- ASSERT_EQ(GURL(chrome::kChromeUIHistoryURL), url);
+ // TODO(csilv): Update this for uber page. http://crbug.com/111579.
+ ASSERT_EQ(GURL(chrome::kChromeUIHistoryFrameURL), url);
}
« no previous file with comments | « chrome/common/url_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698