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

Unified Diff: chrome/browser/ui/webui/certificate_viewer.cc

Issue 8314017: Fix minor WebUI dialog issues, mostly with bookmark management (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Tiny tweaks Created 9 years, 2 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
Index: chrome/browser/ui/webui/certificate_viewer.cc
diff --git a/chrome/browser/ui/webui/certificate_viewer.cc b/chrome/browser/ui/webui/certificate_viewer.cc
index 22cb52e57940b50db6f5c51df34ff320278d0750..be920123fe913a519a95efa6ae78e3326fe7b2f7 100644
--- a/chrome/browser/ui/webui/certificate_viewer.cc
+++ b/chrome/browser/ui/webui/certificate_viewer.cc
@@ -69,7 +69,7 @@ CertificateViewerDialog::~CertificateViewerDialog() {
}
bool CertificateViewerDialog::IsDialogModal() const {
- return true;
+ return false;
flackr 2011/10/24 19:16:01 This might allow a crash when exporting a certific
Rick Byers 2011/10/24 20:02:42 Ah, good catch. Do you think the fix is easy? I'
flackr 2011/10/24 20:39:33 I think the fix will be easy. There has to be some
}
string16 CertificateViewerDialog::GetDialogTitle() const {

Powered by Google App Engine
This is Rietveld 408576698