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

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

Issue 8028024: Expose use-more-webui flag in chrome://flags and tweak cert viewer WebUI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Apply flackr CR feedback Created 9 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
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 f28b21f21f461775809e388d028eac82be9b9f4c..9349accaf4087aafe005143cfbb22bfcc8ee6d31 100644
--- a/chrome/browser/ui/webui/certificate_viewer.cc
+++ b/chrome/browser/ui/webui/certificate_viewer.cc
@@ -21,8 +21,8 @@
namespace {
// Default width/height of the dialog.
-const int kDefaultWidth = 450;
-const int kDefaultHeight = 450;
+const int kDefaultWidth = 530;
+const int kDefaultHeight = 600;
} // namespace
« no previous file with comments | « chrome/browser/resources/certificate_viewer.js ('k') | chrome/test/data/webui/certificate_viewer_dialog_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698