Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(31)

Unified Diff: chrome/browser/automation/chrome_frame_automation_provider.h

Issue 9570017: Defer shutting down Chrome after the CF automation connection goes away. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);
};

Powered by Google App Engine
This is Rietveld 408576698