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

Unified Diff: chrome/browser/resources/options/cookies_list.js

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 | « no previous file | chrome/browser/ui/webui/cookies_tree_model_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/options/cookies_list.js
diff --git a/chrome/browser/resources/options/cookies_list.js b/chrome/browser/resources/options/cookies_list.js
index 964fe1a79d9a5c55110a13e04a4cbca9f88381f8..c20ac63c158468cd28ea621dd34ea17caccca89e 100644
--- a/chrome/browser/resources/options/cookies_list.js
+++ b/chrome/browser/resources/options/cookies_list.js
@@ -39,8 +39,7 @@ cr.define('options', function() {
['temporary', 'label_file_system_temporary_usage']],
'server_bound_cert': [['serverId', 'label_server_bound_cert_server_id'],
['certType', 'label_server_bound_cert_type'],
- ['created', 'label_server_bound_cert_created'],
- ['expires', 'label_server_bound_cert_expires']],
+ ['created', 'label_server_bound_cert_created']],
'flash_lso': [['domain', 'label_cookie_domain']],
};
« no previous file with comments | « no previous file | chrome/browser/ui/webui/cookies_tree_model_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698