Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: chrome/browser/chromeos/extensions/gfx_utils.cc

Issue 2819413003: Refactor extension app icon. (Closed)
Patch Set: rebase + nit Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698