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

Unified Diff: chrome/browser/extensions/install_signer.h

Issue 160313002: Don't disable extensions immediately if verification is out of date (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: chrome/browser/extensions/install_signer.h
diff --git a/chrome/browser/extensions/install_signer.h b/chrome/browser/extensions/install_signer.h
index 988f6e65db30fa81454d104e571179033cfe83bc..c90a85fa58ac5bb0952974efbe88f29db099a677 100644
--- a/chrome/browser/extensions/install_signer.h
+++ b/chrome/browser/extensions/install_signer.h
@@ -38,6 +38,9 @@ struct InstallSignature {
// The date that the signature should expire, in YYYY-MM-DD format.
std::string expire_date;
+ // The time this signature was obtained from the server.
+ base::Time timestamp;
+
InstallSignature();
~InstallSignature();

Powered by Google App Engine
This is Rietveld 408576698