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

Unified Diff: chrome/browser/ui/views/certificate_selector.h

Issue 1918143005: Add a serial number column to the certificate selector dialog and fix its size. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: msw comments Created 4 years, 8 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/app/generated_resources.grd ('k') | chrome/browser/ui/views/certificate_selector.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/certificate_selector.h
diff --git a/chrome/browser/ui/views/certificate_selector.h b/chrome/browser/ui/views/certificate_selector.h
index 1c01233828a02be285e8fe9cfb5d4e0c80d93889..5eb701a2287e5370db51f3151a33619944f490f3 100644
--- a/chrome/browser/ui/views/certificate_selector.h
+++ b/chrome/browser/ui/views/certificate_selector.h
@@ -24,6 +24,10 @@ class TableView;
class View;
}
+namespace ui {
+class TableModel;
+}
+
namespace chrome {
// A base class for dialogs that show a given list of certificates to the user.
@@ -79,6 +83,8 @@ class CertificateSelector : public views::DialogDelegateView,
// certificate selection is.
void InitWithText(std::unique_ptr<views::View> text_label);
+ ui::TableModel* table_model_for_testing() const;
+
private:
class CertificateTableModel;
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/ui/views/certificate_selector.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698