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

Unified Diff: chrome/browser/policy/file_based_policy_loader.cc

Issue 6731064: kqueue implementation of FilePathWatcher on Mac. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed up mattias's grammar nits, and added test Created 9 years, 9 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/policy/file_based_policy_loader.cc
diff --git a/chrome/browser/policy/file_based_policy_loader.cc b/chrome/browser/policy/file_based_policy_loader.cc
index c12bbcf15264ef9c9982ba025689015152eacca6..62114fa2fe936c067b3a169b16574153876a9f99 100644
--- a/chrome/browser/policy/file_based_policy_loader.cc
+++ b/chrome/browser/policy/file_based_policy_loader.cc
@@ -97,8 +97,7 @@ void FileBasedPolicyLoader::InitOnFileThread() {
if (!config_file_path().empty() &&
!watcher_->Watch(
config_file_path(),
- new FileBasedPolicyWatcherDelegate(this),
- BrowserThread::GetMessageLoopProxyForThread(BrowserThread::UI))) {
+ new FileBasedPolicyWatcherDelegate(this))) {
OnError();
}

Powered by Google App Engine
This is Rietveld 408576698