ProfilePolicyConnectorFactory: Refactoring from Profile to BrowserContext.
[chromium-blink-merge.git] / ash / system / chromeos / enterprise / enterprise_domain_observer.h
blob284f318234aa4cfc3080f93108dc03c21ace06c1
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #ifndef ASH_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
6 #define ASH_SYSTEM_CHROMEOS_ENTERPRISE_ENTERPRISE_DOMAIN_OBSERVER_H_
8 namespace ash {
10 class EnterpriseDomainObserver {
11 public:
12 virtual ~EnterpriseDomainObserver() {}
14 virtual void OnEnterpriseDomainChanged() = 0;
17 } // namespace ash
19 #endif // ASH_SYSTEM_CHROMEOS_ENTERPISE_ENTERPRISE_DOMAIN_OBSERVER_H_