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

Unified Diff: chrome/browser/ui/gtk/crypto_module_password_dialog.cc

Issue 7087028: roll clang 131935:132017 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 6 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 | « chrome/browser/download/save_file.h ('k') | chrome/browser/ui/gtk/external_protocol_dialog_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/gtk/crypto_module_password_dialog.cc
diff --git a/chrome/browser/ui/gtk/crypto_module_password_dialog.cc b/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
index 31f07ce186e63ee8f92d16eff07112f1b99b7b5f..7713b2f59ca4030221a254b4fd082921c4c26952 100644
--- a/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
+++ b/chrome/browser/ui/gtk/crypto_module_password_dialog.cc
@@ -86,6 +86,8 @@ class CryptoModulePasswordDialog {
const std::string& server,
browser::CryptoModulePasswordCallback* callback);
+ virtual ~CryptoModulePasswordDialog() {}
Evan Martin 2011/06/07 22:07:20 Why is this one needed? It seems like this class
Nico 2011/06/07 22:09:53 "(For the gtk files, this is necessary because the
+
void Show();
private:
« no previous file with comments | « chrome/browser/download/save_file.h ('k') | chrome/browser/ui/gtk/external_protocol_dialog_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698