Chromium Code Reviews| Index: chrome/browser/chromeos/extensions/gfx_utils.cc |
| diff --git a/chrome/browser/chromeos/extensions/gfx_utils.cc b/chrome/browser/chromeos/extensions/gfx_utils.cc |
| index 7683dc4684d141c60885644ef5f992fa7a770a6a..13259d47dca557dc4878575560b42072cd00fe31 100644 |
| --- a/chrome/browser/chromeos/extensions/gfx_utils.cc |
| +++ b/chrome/browser/chromeos/extensions/gfx_utils.cc |
| @@ -94,6 +94,8 @@ const struct { |
| // Google News |
| {"com.google.android.apps.genie.geniewidget", |
| "dllkocilcinkggkchnjgegijklcililc"}, |
| + // Used in unit tests. |
|
msw
2017/05/03 01:17:37
Could unit tests just use one of the above entries
khmel
2017/05/03 02:15:21
ARC test package name is defined here:
https://cs.
msw
2017/05/08 19:59:53
This is fine, at least for now, especially if the
khmel
2017/05/09 00:05:03
Acknowledged.
|
| + {"fake.package.name1", "emfkafnhnpcmabnnkckkchdilgeoekbo"}, |
|
msw
2017/05/03 01:17:37
The tests don't actually ever mention "fake.packag
khmel
2017/05/03 02:15:21
Replied above.
|
| }; |
| // This class maintains the maps between the extension id and its equivalent |