| Index: chrome/test/testing_browser_process.h
|
| ===================================================================
|
| --- chrome/test/testing_browser_process.h (revision 35740)
|
| +++ chrome/test/testing_browser_process.h (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -111,6 +111,10 @@
|
| return NULL;
|
| }
|
|
|
| + virtual IntranetRedirectDetector* intranet_redirect_detector() {
|
| + return NULL;
|
| + }
|
| +
|
| virtual AutomationProviderList* InitAutomationProviderList() {
|
| return NULL;
|
| }
|
|
|