summaryrefslogtreecommitdiffstats
path: root/chrome/test/accessibility
diff options
context:
space:
mode:
authorglen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-02 00:44:22 +0000
committerglen@google.com <glen@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-02 00:44:22 +0000
commit9e43dae7106b6064ebc6580fe111568f1cbdd393 (patch)
tree73faf29f3fdf1f0ab786f90880c44b8f3e6cf7fe /chrome/test/accessibility
parent84b57846bc0e40d830cc4fc4fb429b1990ad2442 (diff)
downloadchromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.zip
chromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.tar.gz
chromium_src-9e43dae7106b6064ebc6580fe111568f1cbdd393.tar.bz2
Make our distributor logo light on XP (and leave it dark on Vista).
Also conveniently fixes accessibility test 'failures' introduced by the last distributor logo change. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/accessibility')
-rw-r--r--chrome/test/accessibility/constants.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/accessibility/constants.h b/chrome/test/accessibility/constants.h
index 3e2947a..8df263f 100644
--- a/chrome/test/accessibility/constants.h
+++ b/chrome/test/accessibility/constants.h
@@ -62,10 +62,10 @@
// Chrome Client chidren.
#define BROWSER_VIEW_ACC_INDEX (0)
#define TABSTRIP_ACC_INDEX (1)
-#define CHROME_MIN_ACC_INDEX (3)
-#define CHROME_MAX_ACC_INDEX (4)
-#define CHROME_RESTORE_ACC_INDEX (5)
-#define CHROME_CLOSE_ACC_INDEX (6)
+#define CHROME_MIN_ACC_INDEX (4)
+#define CHROME_MAX_ACC_INDEX (5)
+#define CHROME_RESTORE_ACC_INDEX (6)
+#define CHROME_CLOSE_ACC_INDEX (7)
// Browser View children.
#define TOOLBAR_ACC_INDEX (0)