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

Unified Diff: android_webview/native/aw_quota_manager_bridge_impl.cc

Issue 12546016: Remove the Extensions URLRequestContext (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: android webview init fix merged in. Created 7 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
Index: android_webview/native/aw_quota_manager_bridge_impl.cc
diff --git a/android_webview/native/aw_quota_manager_bridge_impl.cc b/android_webview/native/aw_quota_manager_bridge_impl.cc
index b105c2781aac0dc3722f0829fd846eb9e2e47250..368a2f4e2ab66f10312e546114b8b33ccad701ba 100644
--- a/android_webview/native/aw_quota_manager_bridge_impl.cc
+++ b/android_webview/native/aw_quota_manager_bridge_impl.cc
@@ -208,8 +208,7 @@ void AwQuotaManagerBridgeImpl::DeleteOrigin(
StoragePartition::REMOVE_DATA_MASK_INDEXEDDB |
StoragePartition::REMOVE_DATA_MASK_WEBSQL,
StoragePartition::QUOTA_MANAGED_STORAGE_MASK_TEMPORARY,
- GURL(base::android::ConvertJavaStringToUTF16(env, origin)),
- storage_partition->GetURLRequestContext());
+ GURL(base::android::ConvertJavaStringToUTF16(env, origin)));
}
void AwQuotaManagerBridgeImpl::GetOrigins(
« no previous file with comments | « android_webview/browser/net/aw_url_request_context_getter.cc ('k') | apps/shell_window_geometry_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698