Index: remoting/webapp/jscompiler_hacks.js |
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js |
index 09dc1ba2c996a430f0fe8508059079e1b4b36dc3..419a9d4431009e93cf091149cb10366bae2ae838 100644 |
--- a/remoting/webapp/jscompiler_hacks.js |
+++ b/remoting/webapp/jscompiler_hacks.js |
@@ -27,3 +27,6 @@ Element.prototype.webkitRequestFullScreen = function(flags) {}; |
/** @type {{getRandomValues: function(Uint16Array):void}} */ |
Window.prototype.crypto; |
+ |
+// This string is replaced with the actual value in build-webapp.py. |
+var OAUTH2_USE_OFFICIAL_CLIENT_ID = false; |