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

Side by Side Diff: chrome/browser/profiles/profile_info_cache_observer.h

Issue 1078713002: Supervised users: Re-check ManagementPolicy when ProfileIsSupervised changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: shaving the yak Created 5 years, 8 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 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 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_ 5 #ifndef CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_
6 #define CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_ 6 #define CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_
7 7
8 #include "base/strings/string16.h" 8 #include "base/strings/string16.h"
9 #include "ui/gfx/image/image.h" 9 #include "ui/gfx/image/image.h"
10 10
(...skipping 14 matching lines...) Expand all
25 virtual void OnProfileNameChanged(const base::FilePath& profile_path, 25 virtual void OnProfileNameChanged(const base::FilePath& profile_path,
26 const base::string16& old_profile_name) {} 26 const base::string16& old_profile_name) {}
27 virtual void OnProfileUserNameChanged(const base::FilePath& profile_path) {} 27 virtual void OnProfileUserNameChanged(const base::FilePath& profile_path) {}
28 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} 28 virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
29 virtual void OnProfileHighResAvatarLoaded( 29 virtual void OnProfileHighResAvatarLoaded(
30 const base::FilePath& profile_path) {} 30 const base::FilePath& profile_path) {}
31 virtual void OnProfileSigninRequiredChanged( 31 virtual void OnProfileSigninRequiredChanged(
32 const base::FilePath& profile_path) {} 32 const base::FilePath& profile_path) {}
33 virtual void OnProfileSupervisedUserIdChanged( 33 virtual void OnProfileSupervisedUserIdChanged(
34 const base::FilePath& profile_path) {} 34 const base::FilePath& profile_path) {}
35 virtual void OnProfileIsOmittedChanged(
36 const base::FilePath& profile_path) {}
35 37
36 protected: 38 protected:
37 ProfileInfoCacheObserver() {} 39 ProfileInfoCacheObserver() {}
38 40
39 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCacheObserver); 41 DISALLOW_COPY_AND_ASSIGN(ProfileInfoCacheObserver);
40 }; 42 };
41 43
42 #endif // CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_ 44 #endif // CHROME_BROWSER_PROFILES_PROFILE_INFO_CACHE_OBSERVER_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_info_cache.cc ('k') | chrome/browser/supervised_user/supervised_user_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698