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

Unified Diff: android_webview/native/aw_http_auth_handler.cc

Issue 10918248: Added virtual destructor. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 3 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/aw_http_auth_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_http_auth_handler.cc
diff --git a/android_webview/native/aw_http_auth_handler.cc b/android_webview/native/aw_http_auth_handler.cc
index dfbbf72cd5a982ab703d4fe39bd981aceb6fe180..fa65ebdb982e486473e7165983dfba026ee6827d 100644
--- a/android_webview/native/aw_http_auth_handler.cc
+++ b/android_webview/native/aw_http_auth_handler.cc
@@ -26,6 +26,9 @@ AwHttpAuthHandler::AwHttpAuthHandler(
Java_AwHttpAuthHandler_create(env, reinterpret_cast<jint>(this)));
}
+AwHttpAuthHandler:: ~AwHttpAuthHandler() {
+}
+
void AwHttpAuthHandler::Proceed(JNIEnv* env,
jobject obj,
jstring user,
« no previous file with comments | « android_webview/native/aw_http_auth_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698