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

Unified Diff: ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js

Issue 2597013002: Run clang-format on ui/webui/resources (Closed)
Patch Set: remove cr_shared_menu.js 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: ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
diff --git a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
index 606d81a4839c347860b599b80d2acf41cae858aa..832c0a303656c3db197fde910a0ff4fda065b7f3 100644
--- a/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
+++ b/ui/webui/resources/cr_elements/policy/cr_policy_indicator_behavior.js
@@ -26,7 +26,7 @@ var CrPolicyIndicatorBehavior = {
*/
isIndicatorVisible: function(type) {
return type != CrPolicyIndicatorType.NONE &&
- type != CrPolicyIndicatorType.EXTENSION;
+ type != CrPolicyIndicatorType.EXTENSION;
},
/**
@@ -62,7 +62,7 @@ var CrPolicyIndicatorBehavior = {
* @param {string=} opt_name An optional name argument.
* @return The translated string.
*/
- i18n_: function (id, opt_name) {
+ i18n_: function(id, opt_name) {
return loadTimeData.getStringF(id, opt_name);
},

Powered by Google App Engine
This is Rietveld 408576698