"Make Chrome your default browser" should now appear as a checkbox at the bottom...
[chromium-blink-merge.git] / base / run_all_unittests.cc
blob4ab019a1f30c1b9df2006bbd0b87447a8c343bc4
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "base/process_util.h"
6 #include "base/test_suite.h"
8 int main(int argc, char** argv) {
9 process_util::EnableTerminationOnHeapCorruption();
10 return TestSuite(argc, argv).Run();