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

Unified Diff: chrome/browser/ui/views/stubs_aura.cc

Issue 8115020: add crypto module password dialog view and test. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: update and merge Created 9 years, 1 month 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/ui/views/crypto_module_password_dialog_view_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/stubs_aura.cc
diff --git a/chrome/browser/ui/views/stubs_aura.cc b/chrome/browser/ui/views/stubs_aura.cc
index 0e81830fa2d9f8018d37b931adf16ccbe6fa94ff..9f2c1ed2497abf946e67ae313257bdad9061cd72 100644
--- a/chrome/browser/ui/views/stubs_aura.cc
+++ b/chrome/browser/ui/views/stubs_aura.cc
@@ -49,27 +49,6 @@ void ShowAboutIPCDialog() {
NOTIMPLEMENTED();
}
-#if defined(USE_NSS)
-crypto::CryptoModuleBlockingPasswordDelegate*
- NewCryptoModuleBlockingDialogDelegate(
- CryptoModulePasswordReason reason,
- const std::string& server) {
- // TODO(saintlou):
- NOTIMPLEMENTED();
- return NULL;
-}
-
-void ShowCryptoModulePasswordDialog(
- const std::string& module_name,
- bool retry,
- CryptoModulePasswordReason reason,
- const std::string& server,
- const CryptoModulePasswordCallback& callback) {
- // TODO(saintlou):
- NOTIMPLEMENTED();
-}
-#endif
-
} // namespace browser
#if defined(OS_WIN)
« no previous file with comments | « chrome/browser/ui/views/crypto_module_password_dialog_view_unittest.cc ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698