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

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

Issue 505073002: Fix a bug where the resource manager displays Chrome Apps with non-human readable names. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add a clarifying comment. Created 6 years, 4 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/resources/options/website_settings.js
diff --git a/chrome/browser/resources/options/website_settings.js b/chrome/browser/resources/options/website_settings.js
index a89f488a661c5305753f25497e4c548e6a46de0e..eafda71946e093c76f0f31a2b6bce06e74ef2afc 100644
--- a/chrome/browser/resources/options/website_settings.js
+++ b/chrome/browser/resources/options/website_settings.js
@@ -86,7 +86,8 @@ cr.define('options', function() {
return {
origin: origin,
usage: originDict[origin].usage,
- usageString: originDict[origin].usageString
+ usageString: originDict[origin].usageString,
+ readableName: originDict[origin].readableName,
};
});
origins.sort(function(first, second) {
« no previous file with comments | « chrome/browser/resources/options/origin_resources_list.js ('k') | chrome/browser/ui/webui/options/website_settings_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698