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

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

Issue 2760183002: [MD setting] separate RawSiteException and SiteException (Closed)
Patch Set: more types 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_behavior.js
diff --git a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
index 74794e2f4d461163b54aaaa6a0a339be7ef080d9..8551689a6e6c687e409d3204de2833b8317f247b 100644
--- a/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
+++ b/chrome/browser/resources/settings/site_settings/site_settings_behavior.js
@@ -12,6 +12,7 @@ var SiteSettingsBehaviorImpl = {
/**
* The string ID of the category this element is displaying data for.
* See site_settings/constants.js for possible values.
+ * @type {!settings.ContentSettingsTypes}
*/
category: String,
@@ -146,7 +147,7 @@ var SiteSettingsBehaviorImpl = {
/**
* Convert an exception (received from the C++ handler) to a full
* SiteException.
- * @param {!Object} exception The raw site exception from C++.
+ * @param {!RawSiteException} exception The raw site exception from C++.
* @return {SiteException} The expanded (full) SiteException.
* @private
*/

Powered by Google App Engine
This is Rietveld 408576698