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

Unified Diff: chrome/browser/extensions/extension_action_manager_unittest.cc

Issue 1547413002: Reland of Change extension icon load errors to warnings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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/extensions/extension_action_manager_unittest.cc
diff --git a/chrome/browser/extensions/extension_action_manager_unittest.cc b/chrome/browser/extensions/extension_action_manager_unittest.cc
index f809bbcf0528e54242287c32b49970d82a50e231..617c41c2dead38e4511815aeb48f27956aa704cd 100644
--- a/chrome/browser/extensions/extension_action_manager_unittest.cc
+++ b/chrome/browser/extensions/extension_action_manager_unittest.cc
@@ -84,6 +84,7 @@
.Set("icons", std::move(extension_icons))
.Set(action_type, std::move(action))
.Set("name", std::string("Test Extension").append(id))))
+ .SetLocation(Manifest::UNPACKED)
.SetID(id)
.Build();
registry_->AddEnabled(extension);

Powered by Google App Engine
This is Rietveld 408576698