diff options
author | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 23:33:33 +0000 |
---|---|---|
committer | dmaclach@chromium.org <dmaclach@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-03-31 23:33:33 +0000 |
commit | 4f96241da28ab67c163fb387299acbaa27fe00f9 (patch) | |
tree | 016adbd635a5e8671ca1ef4e24e05a6f84363d25 /chrome/common/service_process_util_posix.h | |
parent | 2251e91401150e5b94a6fc1913fa1fd8a225289b (diff) | |
download | chromium_src-4f96241da28ab67c163fb387299acbaa27fe00f9.zip chromium_src-4f96241da28ab67c163fb387299acbaa27fe00f9.tar.gz chromium_src-4f96241da28ab67c163fb387299acbaa27fe00f9.tar.bz2 |
kqueue implementation of FilePathWatcher on Mac.
BUG=54822,77391,77217,77064,69641
TEST=BUILD
Review URL: http://codereview.chromium.org/6731064
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80101 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/service_process_util_posix.h')
-rw-r--r-- | chrome/common/service_process_util_posix.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/common/service_process_util_posix.h b/chrome/common/service_process_util_posix.h index 9928917..b0a908b 100644 --- a/chrome/common/service_process_util_posix.h +++ b/chrome/common/service_process_util_posix.h @@ -21,7 +21,6 @@ MultiProcessLock* TakeServiceRunningLock(bool waiting); #if defined(OS_MACOSX) #include "base/mac/scoped_cftyperef.h" -#include "base/message_loop_proxy.h" #include "content/common/file_path_watcher/file_path_watcher.h" class CommandLine; @@ -68,7 +67,6 @@ struct ServiceProcessState::StateData base::mac::ScopedCFTypeRef<CFDictionaryRef> launchd_conf_; FilePathWatcher executable_watcher_; - scoped_refptr<base::MessageLoopProxy> ui_message_loop_; #endif // OS_MACOSX #if defined(OS_LINUX) scoped_ptr<MultiProcessLock> initializing_lock_; |