diff options
author | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 18:49:52 +0000 |
---|---|---|
committer | mirandac@chromium.org <mirandac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-02 18:49:52 +0000 |
commit | 973ef7f646b638264aef96e2a0911dc7c4fbba53 (patch) | |
tree | 293e29168f3c98530c26674f9f4ab4cf2f5949be /chrome/test | |
parent | f87919d70dd8ec6cacf8de22ad670466fc035574 (diff) | |
download | chromium_src-973ef7f646b638264aef96e2a0911dc7c4fbba53.zip chromium_src-973ef7f646b638264aef96e2a0911dc7c4fbba53.tar.gz chromium_src-973ef7f646b638264aef96e2a0911dc7c4fbba53.tar.bz2 |
Part two of CL 5915006: change local state data so that Mac can test properly (no windows below 400 width allowed on Mac).
BUG=66717
TEST=see r72153
Review URL: http://codereview.chromium.org/6286053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73482 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r-- | chrome/test/data/profiles/window_placement/Local State | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/test/data/profiles/window_placement/Local State b/chrome/test/data/profiles/window_placement/Local State index f2a5b28..20aa420 100644 --- a/chrome/test/data/profiles/window_placement/Local State +++ b/chrome/test/data/profiles/window_placement/Local State @@ -4,7 +4,7 @@ "bottom" : 400, "left" : 50, "maximized" : false, - "right" : 400, + "right" : 450, "top" : 50 } } |