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

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

Issue 2306143002: Plumbing for login apps device policy to extensions. (Closed)
Patch Set: Mege Created 4 years, 2 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/extensions/extension_service.cc
diff --git a/chrome/browser/extensions/extension_service.cc b/chrome/browser/extensions/extension_service.cc
index 057485688ee7312b7c525c1fafbe10955a8b734b..ec6396e93e874e43d02170e3c2ef0f7dd3038a66 100644
--- a/chrome/browser/extensions/extension_service.cc
+++ b/chrome/browser/extensions/extension_service.cc
@@ -1460,6 +1460,7 @@ void ExtensionService::AddExtension(const Extension* extension) {
return;
}
+ VLOG(1) << "AddExtension " << extension->name() << ", " << extension->id();
bool is_extension_upgrade = false;
bool is_extension_loaded = false;
const Extension* old = GetInstalledExtension(extension->id());

Powered by Google App Engine
This is Rietveld 408576698