| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 71eea375667dda3af794d5a858f326627044e00b..22c11d3ad1cc549453252b039a1612428a5ccd8f 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -188,6 +188,8 @@ extern const base::Feature kEHVInputOnImeMenu;
|
| extern const base::Feature kCrosCompUpdates;
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| +extern const base::Feature kPageLoadMetricsMojofication;
|
| +
|
| bool PrefServiceEnabled();
|
|
|
| // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
|
|
|