Index: chrome/browser/extensions/data_deleter.cc |
=================================================================== |
--- chrome/browser/extensions/data_deleter.cc (revision 152808) |
+++ chrome/browser/extensions/data_deleter.cc (working copy) |
@@ -82,7 +82,9 @@ |
const GURL& storage_origin, |
bool is_storage_isolated) |
: extension_id_(extension_id) { |
- database_tracker_ = BrowserContext::GetDatabaseTracker(profile); |
+ // TODO(michaeln): use contexts from the right StoragePartition |
awong
2012/08/27 21:11:25
Capitalization and punctuation.
Also, if you want
michaeln
2012/08/27 22:09:57
Done.
|
+ database_tracker_ = BrowserContext::GetDefaultStoragePartition(profile)-> |
+ GetDatabaseTracker(); |
// Pick the right request context depending on whether it's an extension, |
// isolated app, or regular app. |
if (storage_origin.SchemeIs(chrome::kExtensionScheme)) { |