| 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 350ba732427c3ef198db42728ad477e277659ddd..34a014ef899f54a9e5b35ff3130b0e79cd6788a0 100644
|
| --- a/chrome/browser/profiles/profile_io_data.h
|
| +++ b/chrome/browser/profiles/profile_io_data.h
|
| @@ -523,14 +523,7 @@ class ProfileIOData {
|
| mutable BooleanPrefMember quick_check_enabled_;
|
| mutable IntegerPrefMember incognito_availibility_pref_;
|
|
|
| - // The state of metrics reporting in the browser that this profile runs on.
|
| - // Unfortunately, since ChromeOS has a separate representation of this state,
|
| - // we need to make one available based on the platform.
|
| -#if defined(OS_CHROMEOS)
|
| - bool enable_metrics_;
|
| -#else
|
| BooleanPrefMember enable_metrics_;
|
| -#endif
|
|
|
| #if defined(ENABLE_CONFIGURATION_POLICY)
|
| // Pointed to by NetworkDelegate.
|
|
|