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

Unified Diff: chrome/browser/page_info_model.h

Issue 9537015: Adds "Certificate Information" label for page_info_model. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | « no previous file | chrome/browser/page_info_model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/page_info_model.h
diff --git a/chrome/browser/page_info_model.h b/chrome/browser/page_info_model.h
index 9ddaa1435192e0c4c7111e7b87f754f6fc2eb5fc..7427e67f5b3d67ed13b1241ee31650df2ca9dc85 100644
--- a/chrome/browser/page_info_model.h
+++ b/chrome/browser/page_info_model.h
@@ -95,6 +95,9 @@ class PageInfoModel {
int count,
base::Time first_visit);
+ // Returns the label for the "Certificate Information", if needed.
+ string16 GetCertificateLabel() const;
+
protected:
// Testing constructor. DO NOT USE.
PageInfoModel();
@@ -112,6 +115,9 @@ class PageInfoModel {
// Used to request number of visits.
CancelableRequestConsumer request_consumer_;
+ // Label for "Certificate Information", if needed.
+ string16 certificate_label_;
+
private:
DISALLOW_COPY_AND_ASSIGN(PageInfoModel);
};
« no previous file with comments | « no previous file | chrome/browser/page_info_model.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698