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

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

Issue 14030003: Remove Chrome Frame's delay shutdown field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove additional cruft. Created 7 years, 8 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_win.h
diff --git a/chrome/browser/automation/chrome_frame_automation_provider_win.h b/chrome/browser/automation/chrome_frame_automation_provider_win.h
index 6b5a14586a480e655d62b14373c49ea38c7b28c2..5fe0eef3d84952f3ec9ab913dcea28194e83dcb5 100644
--- a/chrome/browser/automation/chrome_frame_automation_provider_win.h
+++ b/chrome/browser/automation/chrome_frame_automation_provider_win.h
@@ -33,10 +33,6 @@ 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);
};

Powered by Google App Engine
This is Rietveld 408576698