Index: chrome/browser/resources/gaia_auth_host/saml_handler.js |
diff --git a/chrome/browser/resources/gaia_auth_host/saml_handler.js b/chrome/browser/resources/gaia_auth_host/saml_handler.js |
index 2a7320e226d0a8f61a2c15f95681d6a3ae23dbce..48b195b410a73ac01345068c703215ce8b2c669a 100644 |
--- a/chrome/browser/resources/gaia_auth_host/saml_handler.js |
+++ b/chrome/browser/resources/gaia_auth_host/saml_handler.js |
@@ -2,7 +2,7 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-<include src="post_message_channel.js"> |
+// <include src="post_message_channel.js"> |
/** |
* @fileoverview Saml support for webview based auth. |
@@ -39,7 +39,7 @@ cr.define('cr.login', function() { |
* @type {string} |
*/ |
var injectedJs = String.raw` |
- <include src="webview_saml_injected.js"> |
+ // <include src="webview_saml_injected.js"> |
`; |
/** |