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

Unified Diff: chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js

Issue 2525943002: Display content settings for extensions with extension name. (Closed)
Patch Set: deduplicate by origin Created 4 years 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/settings/site_settings/site_settings_prefs_browser_proxy.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
index 02b9ca2212ba0798c9bcd7d370ac678f350d2fac..9c9345878edaf114f73ac85cd677f6d0d3d1ca22 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_prefs_browser_proxy.js
@@ -9,10 +9,10 @@
/**
* @typedef {{embeddingOrigin: string,
- * embeddingOriginForDisplay: string,
+ * embeddingDisplayName: string,
* incognito: boolean,
* origin: string,
- * originForDisplay: string,
+ * displayName: string,
* setting: string,
* source: string}}
*/

Powered by Google App Engine
This is Rietveld 408576698