Chromium Code Reviews| Index: base/win/metro.h |
| diff --git a/base/win/metro.h b/base/win/metro.h |
| index 5894ef06daed473355a8422c7b25753e5fcb9a94..fec537e89293561a17b3324fc11ed594e5851244 100644 |
| --- a/base/win/metro.h |
| +++ b/base/win/metro.h |
| @@ -85,6 +85,11 @@ BASE_EXPORT wchar_t* LocalAllocAndCopyString(const string16& src); |
| // This function should ideally be called on the UI thread. |
| BASE_EXPORT bool IsParentalControlActivityLoggingOn(); |
| +// Returns true if Windows Parental control activity logging is enabled. This |
| +// function simply returns a cached value and must be called after |
| +// |IsParentalControlActivityLoggingOn| which sets the cached value. |
| +BASE_EXPORT bool IsParentalControlActivityLoggingOnCached(); |
|
cpu_(ooo_6.6-7.5)
2014/06/17 16:35:51
Most functions in this file are not used and slate
guohui
2014/06/17 18:45:03
we hit this codepatch in this CL. We need to check
|
| + |
| // Returns the type of launch and the activation params. For example if the |
| // the launch is for METRO_PROTOCOL then the params is a url. |
| BASE_EXPORT MetroLaunchType GetMetroLaunchParams(string16* params); |