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

Unified Diff: chrome/browser/mach_broker_mac.cc

Issue 6542027: Out of line cleanups for Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Killer rebase. :( Created 9 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
« no previous file with comments | « chrome/browser/mach_broker_mac.h ('k') | chrome/browser/password_manager/password_store_mac.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/mach_broker_mac.cc
diff --git a/chrome/browser/mach_broker_mac.cc b/chrome/browser/mach_broker_mac.cc
index 03932ad29e0e648801a399aa5eadc37b67eab95e..6eeccb2ae050630a60baa957791f64e0d8978ad1 100644
--- a/chrome/browser/mach_broker_mac.cc
+++ b/chrome/browser/mach_broker_mac.cc
@@ -128,6 +128,8 @@ MachBroker* MachBroker::GetInstance() {
MachBroker::MachBroker() : listener_thread_started_(false) {
}
+MachBroker::~MachBroker() {}
+
void MachBroker::PrepareForFork() {
if (!listener_thread_started_) {
listener_thread_started_ = true;
« no previous file with comments | « chrome/browser/mach_broker_mac.h ('k') | chrome/browser/password_manager/password_store_mac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698