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

Unified Diff: chrome/browser/storage_monitor/storage_monitor.cc

Issue 14556015: [Media Galleries] Lazily initialize the storage monitor. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Windows compile tweaks Created 7 years, 7 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/storage_monitor/storage_monitor.cc
diff --git a/chrome/browser/storage_monitor/storage_monitor.cc b/chrome/browser/storage_monitor/storage_monitor.cc
index 2e4e42484dd9905f5cb89704657e03ac4b41c6eb..1c5c4bedc018ccf78debb93ee51c798e6365b542 100644
--- a/chrome/browser/storage_monitor/storage_monitor.cc
+++ b/chrome/browser/storage_monitor/storage_monitor.cc
@@ -130,6 +130,7 @@ StorageMonitor::Receiver* StorageMonitor::receiver() const {
}
void StorageMonitor::MarkInitialized() {
+LOG(INFO) << "Marking initialized...";
initialized_ = true;
for (std::vector<base::Closure>::iterator iter =
on_initialize_callbacks_.begin();

Powered by Google App Engine
This is Rietveld 408576698