| Index: chrome/browser/component_updater/origin_trials_component_installer.cc
|
| diff --git a/chrome/browser/component_updater/origin_trials_component_installer.cc b/chrome/browser/component_updater/origin_trials_component_installer.cc
|
| index 08712ea056ae433565bba6733c19a4b5650bdd84..9378dcf407a9f57d51a0ed5fb55f0de104e04d0e 100644
|
| --- a/chrome/browser/component_updater/origin_trials_component_installer.cc
|
| +++ b/chrome/browser/component_updater/origin_trials_component_installer.cc
|
| @@ -44,11 +44,11 @@ static const char kManifestPublicKeyPath[] = "origin-trials.public-key";
|
| static const char kManifestDisabledFeaturesPath[] =
|
| "origin-trials.disabled-features";
|
|
|
| -// Extension id is kfoklmclfodeliojeaekpoflbkkhojea
|
| -const uint8_t kSha256Hash[] = {0xa5, 0xea, 0xbc, 0x2b, 0x5e, 0x34, 0xb8, 0xe9,
|
| - 0x40, 0x4a, 0xfe, 0x5b, 0x1a, 0xa7, 0xe9, 0x40,
|
| - 0xa8, 0xc5, 0xef, 0xa1, 0x9e, 0x20, 0x5a, 0x39,
|
| - 0x73, 0x98, 0x98, 0x0f, 0x7a, 0x76, 0x62, 0xfa};
|
| +// Extension id is llkgjffcdpffmhiakmfcdcblohccpfmo
|
| +const uint8_t kSha256Hash[] = {0xbb, 0xa6, 0x95, 0x52, 0x3f, 0x55, 0xc7, 0x80,
|
| + 0xac, 0x52, 0x32, 0x1b, 0xe7, 0x22, 0xf5, 0xce,
|
| + 0x6a, 0xfd, 0x9c, 0x9e, 0xa9, 0x2a, 0x0b, 0x50,
|
| + 0x60, 0x2b, 0x7f, 0x6c, 0x64, 0x80, 0x09, 0x04};
|
|
|
| } // namespace
|
|
|
|
|