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

Unified Diff: android_webview/native/aw_quota_manager_bridge_impl.h

Issue 12317062: Expose StoragePartition clear methods for Android WebView (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GetDefaultStoragePartition Created 7 years, 10 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 | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_quota_manager_bridge_impl.h
diff --git a/android_webview/native/aw_quota_manager_bridge_impl.h b/android_webview/native/aw_quota_manager_bridge_impl.h
index a7769494f7469d3d4d80442cf83340b280c77c91..8b9d60bc9332b781b71bff9955ece1f7af473fb5 100644
--- a/android_webview/native/aw_quota_manager_bridge_impl.h
+++ b/android_webview/native/aw_quota_manager_bridge_impl.h
@@ -18,6 +18,10 @@
class GURL;
+namespace content {
+class StoragePartition;
+}
+
namespace quota {
class QuotaManager;
} // namespace quota
@@ -50,6 +54,8 @@ class AwQuotaManagerBridgeImpl : public AwQuotaManagerBridge {
int64 /* quota */)> QuotaUsageCallback;
private:
+ content::StoragePartition* GetStoragePartition() const;
+
quota::QuotaManager* GetQuotaManager() const;
void GetOriginsCallbackImpl(
« no previous file with comments | « no previous file | android_webview/native/aw_quota_manager_bridge_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698