summaryrefslogtreecommitdiffstats
path: root/chrome/test
diff options
context:
space:
mode:
authornsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 14:25:43 +0000
committernsylvain@chromium.org <nsylvain@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-19 14:25:43 +0000
commit95d7aeb1417cb6aee8f0976be290610094dd56bd (patch)
tree8527c735a80f3cb4f9d141a309f68555a77af6a9 /chrome/test
parent6c5b18bc037e3536c0a9407031a21e5168f5a6c1 (diff)
downloadchromium_src-95d7aeb1417cb6aee8f0976be290610094dd56bd.zip
chromium_src-95d7aeb1417cb6aee8f0976be290610094dd56bd.tar.gz
chromium_src-95d7aeb1417cb6aee8f0976be290610094dd56bd.tar.bz2
Fix the redness on the new Google Chrome continuous builder by not
running the mini_installer_tests that need to access the previous installers, since they are not accessible from this buildbot. Review URL: http://codereview.chromium.org/131070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18812 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-rw-r--r--chrome/test/mini_installer_test/chrome_mini_installer.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/test/mini_installer_test/chrome_mini_installer.cc b/chrome/test/mini_installer_test/chrome_mini_installer.cc
index a7c2ed1..d4f95eb 100644
--- a/chrome/test/mini_installer_test/chrome_mini_installer.cc
+++ b/chrome/test/mini_installer_test/chrome_mini_installer.cc
@@ -629,7 +629,9 @@ HKEY ChromeMiniInstaller::GetRootRegistryKey() {
// This method checks if the build is Google Chrome or Chromium.
bool ChromeMiniInstaller::IsChromiumBuild() {
- #if defined(GOOGLE_CHROME_BUILD)
+ // TODO(nsylvain): Change this for GOOGLE_CHROME_BUILD when we have the
+ // previous installers accessible from our Google Chrome continuous buildbot.
+ #if defined(OFFICIAL_BUILD)
return false;
#else
return true;