Index: chrome/browser/chromeos/user_cros_settings_provider.h |
=================================================================== |
--- chrome/browser/chromeos/user_cros_settings_provider.h (revision 94348) |
+++ chrome/browser/chromeos/user_cros_settings_provider.h (working copy) |
@@ -42,6 +42,7 @@ |
bool RequestTrustedDataRoamingEnabled(Task* callback); |
bool RequestTrustedShowUsersOnSignin(Task* callback); |
bool RequestTrustedOwner(Task* callback); |
+ bool RequestTrustedReportingEnabled(Task* callback); |
// Reloads values from device settings. |
void Reload(); |
@@ -51,6 +52,7 @@ |
static bool cached_allow_new_user(); |
static bool cached_data_roaming_enabled(); |
static bool cached_show_users_on_signin(); |
+ static bool cached_reporting_enabled(); |
static const base::ListValue* cached_whitelist(); |
static std::string cached_owner(); |