| Index: chrome/browser/profiles/profile_io_data.h
|
| diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h
|
| index 8b310a9a1a5e11a8351e0ccf1d35611bdf2f2f35..12ccb1cb3abd0a19e06633a8f4c516997049a5c9 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -210,6 +210,10 @@ class ProfileIOData {
|
|
|
| bool IsOffTheRecord() const;
|
|
|
| + // Returns whether parental controls have been enabled on the platform. This
|
| + // function simply returns a cached value and thus the result may be stale.
|
| + bool ArePlatformParentalControlsEnabledCached() const;
|
| +
|
| IntegerPrefMember* incognito_availibility() const {
|
| return &incognito_availibility_pref_;
|
| }
|
|
|