Index: chrome/browser/resources/gaia_auth_host/webview_saml_injected.js |
diff --git a/chrome/browser/resources/gaia_auth_host/webview_saml_injected.js b/chrome/browser/resources/gaia_auth_host/webview_saml_injected.js |
index 012c17f4b46113167775de2ed01b1952d4939591..84dcb2a51c3365c5273b9c2b32a356bfb8a9d88c 100644 |
--- a/chrome/browser/resources/gaia_auth_host/webview_saml_injected.js |
+++ b/chrome/browser/resources/gaia_auth_host/webview_saml_injected.js |
@@ -2,21 +2,5 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-'use strict'; |
- |
-/** |
- * Global injection guard that starts as undefined and sets to true after the |
- * first run. This is for webview.executeScript injection where the execution |
- * environment remains the same for multiple injections. |
- * @type {boolean} |
- */ |
-var samlInjectedInitialized; |
- |
-(function() { |
- if (samlInjectedInitialized) |
- return; |
- samlInjectedInitialized = true; |
- |
- <include src="post_message_channel.js"> |
- <include src="../gaia_auth/saml_injected.js"> |
-})(); |
+<include src="post_message_channel.js"> |
+<include src="../gaia_auth/saml_injected.js"> |