| Index: chrome/browser/automation/chrome_frame_automation_provider.h
|
| diff --git a/chrome/browser/automation/chrome_frame_automation_provider.h b/chrome/browser/automation/chrome_frame_automation_provider.h
|
| index b0736e2cbb0be37193e23cb035b25b720daddde3..e590b5fd67a2b6547556df6e1290548768024f94 100644
|
| --- a/chrome/browser/automation/chrome_frame_automation_provider.h
|
| +++ b/chrome/browser/automation/chrome_frame_automation_provider.h
|
| @@ -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.
|
|
|
| @@ -34,6 +34,10 @@ class ChromeFrameAutomationProvider : public AutomationProvider {
|
| // Returns true if the message received is a valid chrome frame message.
|
| bool IsValidMessage(uint32 type);
|
|
|
| + // Called to release an instance's ref count on the global BrowserProcess
|
| + // instance.
|
| + static void ReleaseBrowserProcess();
|
| +
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ChromeFrameAutomationProvider);
|
| };
|
|
|