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

Unified Diff: chrome/browser/prefs/pref_service_browsertest.cc

Issue 11343028: Revert 164652 - speculative revert - this change may have caused print dialog test failures on XP. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 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/about_flags.cc ('k') | chrome/browser/sessions/session_restore.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prefs/pref_service_browsertest.cc
===================================================================
--- chrome/browser/prefs/pref_service_browsertest.cc (revision 164764)
+++ chrome/browser/prefs/pref_service_browsertest.cc (working copy)
@@ -36,8 +36,9 @@
IN_PROC_BROWSER_TEST_F(PreservedWindowPlacement, Test) {
gfx::Rect bounds = browser()->window()->GetBounds();
+
gfx::Rect expected_bounds(gfx::Rect(20, 30, 400, 500));
- ASSERT_EQ(expected_bounds.ToString(), bounds.ToString());
+ ASSERT_EQ(expected_bounds, bounds);
}
#endif // defined(TOOLKIT_GTK)
« no previous file with comments | « chrome/browser/about_flags.cc ('k') | chrome/browser/sessions/session_restore.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698