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

Unified Diff: android_webview/browser/aw_login_delegate.h

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/browser/aw_http_auth_handler_base.cc ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/browser/aw_login_delegate.h
diff --git a/android_webview/browser/aw_login_delegate.h b/android_webview/browser/aw_login_delegate.h
index d07ba545287cdd156fd973a12de6a5efc4137ce5..a6db3b68f96c78eaeda5933cb8410404cb981c2f 100644
--- a/android_webview/browser/aw_login_delegate.h
+++ b/android_webview/browser/aw_login_delegate.h
@@ -31,6 +31,7 @@ class AwLoginDelegate :
virtual void OnRequestCancelled() OVERRIDE;
private:
+ virtual ~AwLoginDelegate();
void HandleHttpAuthRequestOnUIThread();
void CancelOnIOThread();
void ProceedOnIOThread(const string16& user, const string16& password);
« no previous file with comments | « android_webview/browser/aw_http_auth_handler_base.cc ('k') | android_webview/browser/aw_login_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698