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

Unified Diff: chrome/browser/autocomplete/extension_app_provider.cc

Issue 11013039: Test CL for crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/autocomplete/extension_app_provider.cc
diff --git a/chrome/browser/autocomplete/extension_app_provider.cc b/chrome/browser/autocomplete/extension_app_provider.cc
index f28832451cceabf70ce59c1e8dce987257c514e2..e181bc86d572c0400ac09440c09e6b3df6503b1d 100644
--- a/chrome/browser/autocomplete/extension_app_provider.cc
+++ b/chrome/browser/autocomplete/extension_app_provider.cc
@@ -146,9 +146,11 @@ void ExtensionAppProvider::Start(const AutocompleteInput& input,
}
ExtensionAppProvider::~ExtensionAppProvider() {
+ LOG(ERROR) << "*#*#*# ~ExtensionAppProvider this = " << this;
}
void ExtensionAppProvider::RefreshAppList() {
+ LOG(ERROR) << "<>$<>$ RefreshAppList this = " << this;
ExtensionService* extension_service =
extensions::ExtensionSystemFactory::GetForProfile(profile_)->
extension_service();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698