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

Unified Diff: chrome/browser/profile_impl.cc

Issue 3166023: When extension is blacklisted by admin policy, it should be removed if alread... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 4 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
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profile_impl.cc
===================================================================
--- chrome/browser/profile_impl.cc (revision 56844)
+++ chrome/browser/profile_impl.cc (working copy)
@@ -509,10 +509,10 @@
favicon_service_ = NULL;
if (extension_message_service_)
- extension_message_service_->ProfileDestroyed();
+ extension_message_service_->DestroyingProfile();
if (extensions_service_)
- extensions_service_->ProfileDestroyed();
+ extensions_service_->DestroyingProfile();
// This causes the Preferences file to be written to disk.
MarkAsCleanShutdown();
« no previous file with comments | « chrome/browser/extensions/extensions_service_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698