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

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

Issue 2769303004: [MD setting] tool tips on controlledBy site exceptions (Closed)
Patch Set: unit test and review changes Created 3 years, 9 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/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 34efa2cc0b7f3322a486e8ca770fb0adeb6a2cb6..6c19a604d00b8b4787b66160c5896823eafcd391 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
@@ -41,7 +41,8 @@ var RawSiteException;
* origin: string,
* displayName: string,
* setting: string,
- * source: string}}
+ * enforcement: string,
+ * controlledBy: string}}
*/
var SiteException;
@@ -58,18 +59,6 @@ var CategoryDefaultsPref;
var DefaultContentSetting;
/**
- * @typedef {{location: Array<SiteException>,
- * notifications: Array<SiteException>}}
- */
-var ExceptionListPref;
-
-/**
- * @typedef {{defaults: CategoryDefaultsPref,
- * exceptions: ExceptionListPref}}
- */
-var SiteSettingsPref;
-
-/**
* @typedef {{name: string,
* id: string}}
*/

Powered by Google App Engine
This is Rietveld 408576698