| 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 0513739a247c5cad14487892a4912156f8a143ed..6d27d3bdfc41534b2230ecf419f39675faa089cc 100644
|
| --- a/chrome/browser/storage_monitor/storage_monitor.cc
|
| +++ b/chrome/browser/storage_monitor/storage_monitor.cc
|
| @@ -61,7 +61,7 @@ std::vector<StorageInfo> StorageMonitor::GetAllAvailableStorages() const {
|
| return results;
|
| }
|
|
|
| -void StorageMonitor::Initialize(base::Closure callback) {
|
| +void StorageMonitor::EnsureInitialized(base::Closure callback) {
|
| DCHECK(thread_checker_.CalledOnValidThread());
|
| if (initialized_) {
|
| if (!callback.is_null())
|
|
|