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

Unified Diff: android_webview/browser/aw_quota_manager_bridge.cc

Issue 26477002: Android WebView: post QuotaManager calls to UI thread. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix missing origin in url construction Created 7 years, 2 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 | « android_webview/browser/aw_quota_manager_bridge.h ('k') | android_webview/browser/jni_dependency_factory.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_quota_manager_bridge.cc
diff --git a/android_webview/browser/aw_quota_manager_bridge.cc b/android_webview/browser/aw_quota_manager_bridge.cc
index 4a87cd610750909a161a4131f05d1e8faa71753c..ad2f3e08a05f43ca9f17fd888af7e710c86671f6 100644
--- a/android_webview/browser/aw_quota_manager_bridge.cc
+++ b/android_webview/browser/aw_quota_manager_bridge.cc
@@ -5,5 +5,9 @@
#include "android_webview/browser/aw_quota_manager_bridge.h"
namespace android_webview {
+
+AwQuotaManagerBridge::AwQuotaManagerBridge() {}
+
AwQuotaManagerBridge::~AwQuotaManagerBridge() {}
+
} // namespace android_webview
« no previous file with comments | « android_webview/browser/aw_quota_manager_bridge.h ('k') | android_webview/browser/jni_dependency_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698