Index: remoting/webapp/crd/js/plugin_settings.js |
diff --git a/remoting/webapp/crd/js/plugin_settings.js b/remoting/webapp/crd/js/plugin_settings.js |
index bbc4df8eb255beebac63442c75c8f9a98a190ec3..a4b56d2dc0a48a8ba413b4b49e6c8fca3459f62a 100644 |
--- a/remoting/webapp/crd/js/plugin_settings.js |
+++ b/remoting/webapp/crd/js/plugin_settings.js |
@@ -23,6 +23,8 @@ remoting.Settings = function() {}; |
remoting.Settings.prototype.OAUTH2_CLIENT_ID = 'API_CLIENT_ID'; |
/** @type {string} API client secret.*/ |
remoting.Settings.prototype.OAUTH2_CLIENT_SECRET = 'API_CLIENT_SECRET'; |
+/** @type {string} Google API Key.*/ |
+remoting.Settings.prototype.GOOGLE_API_KEY = 'API_KEY'; |
/** @type {string} Base URL for OAuth2 authentication. */ |
remoting.Settings.prototype.OAUTH2_BASE_URL = 'OAUTH2_BASE_URL'; |