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

Unified Diff: chrome/test/data/webui/settings/test_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
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
diff --git a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
index 8b413735dab510f0b86dedb02efa524eefbc2a11..259e06c9807adb2951678ff7caea6dc78d3b763e 100644
--- a/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
+++ b/chrome/test/data/webui/settings/test_site_settings_prefs_browser_proxy.js
@@ -3,6 +3,33 @@
// found in the LICENSE file.
/**
+ * Only used for tests.
+ * @typedef {{
+ * auto_downloads: !Array<!RawSiteException>},
+ * background_sync: !Array<!RawSiteException>},
+ * camera: !Array<!RawSiteException>},
+ * cookies: !Array<!RawSiteException>},
+ * geolocation: !Array<!RawSiteException>},
+ * javascript: !Array<!RawSiteException>},
+ * mic: !Array<!RawSiteException>},
+ * midiDevices: !Array<!RawSiteException>},
+ * notifications: !Array<!RawSiteException>},
+ * plugins: !Array<!RawSiteException>},
+ * popups: !Array<!RawSiteException>},
+ * unsandboxed_plugins: !Array<!RawSiteException>},
+ * }}
+ */
+var ExceptionListPref;
+
+/**
+ * In the real (non-test) code, these data come from the C++ handler.
+ * Only used for tests.
+ * @typedef {{defaults: CategoryDefaultsPref,
+ * exceptions: ExceptionListPref}}
+ */
+var SiteSettingsPref;
+
+/**
* An example empty pref.
* @type {SiteSettingsPref}
*/
« no previous file with comments | « chrome/test/data/webui/settings/site_list_tests.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698