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

Unified Diff: chrome/browser/policy/configuration_policy_loader_win.h

Issue 6316003: Remove MessageLoop::DestructionObserver registration from ConfigurationPolicyLoaderWin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix compilation Created 9 years, 11 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 | « no previous file | chrome/browser/policy/configuration_policy_loader_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/policy/configuration_policy_loader_win.h
diff --git a/chrome/browser/policy/configuration_policy_loader_win.h b/chrome/browser/policy/configuration_policy_loader_win.h
index 5fa804d0d8d1a2c7c420308c26d155ed0a4be094..713a460f699a028fe0235e69ed90029d06dddaad 100644
--- a/chrome/browser/policy/configuration_policy_loader_win.h
+++ b/chrome/browser/policy/configuration_policy_loader_win.h
@@ -1,4 +1,4 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Copyright (c) 2011 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.
@@ -16,8 +16,7 @@ namespace policy {
// reload when Group Policy changes.
class ConfigurationPolicyLoaderWin
: public AsynchronousPolicyLoader,
- public base::win::ObjectWatcher::Delegate,
- public MessageLoop::DestructionObserver {
+ public base::win::ObjectWatcher::Delegate {
public:
ConfigurationPolicyLoaderWin(
AsynchronousPolicyProvider::Delegate* delegate,
@@ -39,9 +38,6 @@ class ConfigurationPolicyLoaderWin
// ObjectWatcher::Delegate overrides:
virtual void OnObjectSignaled(HANDLE object);
- // MessageLoop::DestructionObserver overrides:
- virtual void WillDestroyCurrentMessageLoop();
-
base::WaitableEvent user_policy_changed_event_;
base::WaitableEvent machine_policy_changed_event_;
base::win::ObjectWatcher user_policy_watcher_;
« no previous file with comments | « no previous file | chrome/browser/policy/configuration_policy_loader_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698