Chromium Code Reviews| Index: content/public/common/content_features.cc |
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc |
| index c8adb37990eccc048fc40b881e3b78489bec4962..bd94ad04cae3edfdff8a2c61183f86ac7f63828e 100644 |
| --- a/content/public/common/content_features.cc |
| +++ b/content/public/common/content_features.cc |
| @@ -49,7 +49,7 @@ const base::Feature kMediaDocumentDownloadButton{ |
| // Non-validating reload on reload-to-refresh-content (e.g. pull-to-refresh). |
| // See https://crbug.com/558829 |
| const base::Feature kNonValidatingReloadOnRefreshContent{ |
| - "NonValidatingReloadOnRefreshContent", |
| + "NonValidatingReloadOnRefreshContentV2", |
|
Charlie Reis
2016/05/13 23:27:53
Not sure I understand this change. Is one of the
kinuko
2016/05/15 14:03:56
Guessed the slight renaming is to run a new/differ
Takashi Toyoshima
2016/05/16 03:49:02
Yes. I'm replacing actual implementation for the p
|
| base::FEATURE_DISABLED_BY_DEFAULT}; |
| // An experiment to optimize resource loading IPC for small resources. |