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

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

Issue 14081009: Remove obsolete Channel ID expiration time from site data viewer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser/resources/options/cookies_list.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/cookies_tree_model_util.cc
diff --git a/chrome/browser/ui/webui/cookies_tree_model_util.cc b/chrome/browser/ui/webui/cookies_tree_model_util.cc
index d6f0090737fcf24887c10b59b918c34af30336b1..2a20f09cc11400158b1c78ff84261e894e5d6068 100644
--- a/chrome/browser/ui/webui/cookies_tree_model_util.cc
+++ b/chrome/browser/ui/webui/cookies_tree_model_util.cc
@@ -249,9 +249,6 @@ bool CookiesTreeModelUtil::GetCookieTreeNodeDictionary(
dict->SetString(kKeyCreated, UTF16ToUTF8(
base::TimeFormatFriendlyDateAndTime(
server_bound_cert.creation_time())));
- dict->SetString(kKeyExpires, UTF16ToUTF8(
- base::TimeFormatFriendlyDateAndTime(
- server_bound_cert.expiration_time())));
break;
}
case CookieTreeNode::DetailedInfo::TYPE_FLASH_LSO: {
« no previous file with comments | « chrome/browser/resources/options/cookies_list.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698