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

Unified Diff: chrome/browser/resources/gaia_auth/offline.js

Issue 2600683002: Run tools/clang-format-js on some of chrome/browser/resources/ (Closed)
Patch Set: hackhackhack Created 3 years, 11 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/gaia_auth/offline.js
diff --git a/chrome/browser/resources/gaia_auth/offline.js b/chrome/browser/resources/gaia_auth/offline.js
index aaf60450da8fb2ee077a58bb0b37c0d78cb536da..19bbeb4fd87c265c8bd4a3bbbedcc6b8f3f985d9 100644
--- a/chrome/browser/resources/gaia_auth/offline.js
+++ b/chrome/browser/resources/gaia_auth/offline.js
@@ -66,10 +66,7 @@ function load(params) {
* @param {MessageEvent} e
*/
function handleInitializeMessage(e) {
- var ALLOWED_PARENT_ORIGINS = [
- 'chrome://oobe',
- 'chrome://chrome-signin'
- ];
+ var ALLOWED_PARENT_ORIGINS = ['chrome://oobe', 'chrome://chrome-signin'];
if (ALLOWED_PARENT_ORIGINS.indexOf(e.origin) == -1)
return;

Powered by Google App Engine
This is Rietveld 408576698