diff options
-rw-r--r-- | chrome/common/pref_service_uitest.cc | 2 | ||||
-rw-r--r-- | chrome/test/data/profiles/window_placement/Local State | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/pref_service_uitest.cc b/chrome/common/pref_service_uitest.cc index 1793308..a357af6 100644 --- a/chrome/common/pref_service_uitest.cc +++ b/chrome/common/pref_service_uitest.cc @@ -76,7 +76,7 @@ public: // Also, not sure what should happen on the mac. In any case, the code below // (minus the Windows bits) compiles fine on my Linux box now. // TODO(port): revisit this. -TEST_F(PreferenceServiceTest, DISABLED_PreservedWindowPlacementIsLoaded) { +TEST_F(PreferenceServiceTest, PreservedWindowPlacementIsLoaded) { // The window should open with the reference profile ASSERT_TRUE(LaunchAppWithProfile()); diff --git a/chrome/test/data/profiles/window_placement/Local State b/chrome/test/data/profiles/window_placement/Local State index 39bc7d5..f2a5b28 100644 --- a/chrome/test/data/profiles/window_placement/Local State +++ b/chrome/test/data/profiles/window_placement/Local State @@ -1,10 +1,10 @@ { "browser" : { "window_placement" : { - "bottom" : 610, + "bottom" : 400, "left" : 50, "maximized" : false, - "right" : 1014, + "right" : 400, "top" : 50 } } |