| Index: chrome_frame/test/perf/run_all.cc
|
| diff --git a/chrome_frame/test/perf/run_all.cc b/chrome_frame/test/perf/run_all.cc
|
| index dce49fca4a5723052fffcb5f17f6c6b0c0deff39..c6ff9faef827a0812a4a165148c8400739bb8cba 100644
|
| --- a/chrome_frame/test/perf/run_all.cc
|
| +++ b/chrome_frame/test/perf/run_all.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -15,6 +15,7 @@ void PureCall() {
|
| }
|
|
|
| int main(int argc, char **argv) {
|
| + ScopedChromeFrameRegistrar::RegisterAndExitProcessIfDirected();
|
| base::PerfTestSuite perf_suite(argc, argv);
|
| base::PlatformThread::SetName("ChromeFrame perf tests");
|
|
|
|
|