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

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

Issue 1004753004: cros: Port SAML support to webview sign-in. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: handle loadabort to fix test Created 5 years, 9 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/channel.js
diff --git a/chrome/browser/resources/gaia_auth/channel.js b/chrome/browser/resources/gaia_auth/channel.js
index e52e2c8c4151a7ed5c912fa20b44c62b78694b9a..52094b9d925f62c141036f2ac53c37b04cdba371 100644
--- a/chrome/browser/resources/gaia_auth/channel.js
+++ b/chrome/browser/resources/gaia_auth/channel.js
@@ -109,3 +109,11 @@ Channel.prototype = {
}
}
};
+
+/**
+ * Class factory.
+ * @return {Channel}
+ */
+Channel.create = function() {
+ return new Channel();
+};
« no previous file with comments | « chrome/browser/chromeos/login/saml/saml_browsertest.cc ('k') | chrome/browser/resources/gaia_auth/saml_injected.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698