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..ebf5433d004c48c4fdfa8601ff673edbcc8c4d7e 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 this an instance's ref count on the global BrowserProcess |
grt (UTC plus 2)
2012/03/01 16:59:31
nix "an "
robertshield
2012/03/02 15:17:17
Done.
|
+ // instance. |
+ static void ReleaseBrowserProcess(); |
+ |
private: |
DISALLOW_COPY_AND_ASSIGN(ChromeFrameAutomationProvider); |
}; |