| 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 ea807b06bab8a3d8b77206a304e6bd97f86c16ce..ec746bd83afb0767b82bd3d4c019ababfbdd32b5 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.
|
|
|