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

Unified Diff: android_webview/native/aw_form_database.h

Issue 13902021: Implement clearFormData for WebViewDatabase (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: modify DEPS Created 7 years, 8 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/native/DEPS ('k') | android_webview/native/aw_form_database.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_form_database.h
diff --git a/android_webview/browser/aw_quota_manager_bridge.cc b/android_webview/native/aw_form_database.h
similarity index 51%
copy from android_webview/browser/aw_quota_manager_bridge.cc
copy to android_webview/native/aw_form_database.h
index 4a87cd610750909a161a4131f05d1e8faa71753c..9f6ebaeed7ab416da29c56048c77b1178a61a715 100644
--- a/android_webview/browser/aw_quota_manager_bridge.cc
+++ b/android_webview/native/aw_form_database.h
@@ -2,8 +2,15 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "android_webview/browser/aw_quota_manager_bridge.h"
+#ifndef ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
+#define ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
+
+#include <jni.h>
namespace android_webview {
-AwQuotaManagerBridge::~AwQuotaManagerBridge() {}
+
+bool RegisterFormDatabase(JNIEnv* env);
+
} // namespace android_webview
+
+#endif // ANDROID_WEBVIEW_NATIVE_AW_FORM_DATABASE_H_
« no previous file with comments | « android_webview/native/DEPS ('k') | android_webview/native/aw_form_database.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698