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

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

Issue 2946563002: Run clang-format on .js files in c/b/r/settings (Closed)
Patch Set: dschuyler@ review Created 3 years, 6 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/edit_exception_dialog.js
diff --git a/chrome/browser/resources/settings/site_settings/edit_exception_dialog.js b/chrome/browser/resources/settings/site_settings/edit_exception_dialog.js
index bc5cc80243014c250b17c70c493a15db63e53a58..b4d39aa5b4b321974380fa1df864e5032a547a63 100644
--- a/chrome/browser/resources/settings/site_settings/edit_exception_dialog.js
+++ b/chrome/browser/resources/settings/site_settings/edit_exception_dialog.js
@@ -50,16 +50,11 @@ Polymer({
if (this.model.origin != this.origin_) {
// The way to "edit" an exception is to remove it and and a new one.
this.browserProxy_.resetCategoryPermissionForOrigin(
- this.model.origin,
- this.model.embeddingOrigin,
- this.model.category,
+ this.model.origin, this.model.embeddingOrigin, this.model.category,
this.model.incognito);
this.browserProxy_.setCategoryPermissionForOrigin(
- this.origin_,
- this.origin_,
- this.model.category,
- this.model.setting,
+ this.origin_, this.origin_, this.model.category, this.model.setting,
this.model.incognito);
}

Powered by Google App Engine
This is Rietveld 408576698