Index: remoting/webapp/jscompiler_hacks.js |
diff --git a/remoting/webapp/jscompiler_hacks.js b/remoting/webapp/jscompiler_hacks.js |
index 911d32131bd8d5f86b6fdee222972f04568d4b0f..ad4d7550e4df4642fb3448905a40d34e56073ec6 100644 |
--- a/remoting/webapp/jscompiler_hacks.js |
+++ b/remoting/webapp/jscompiler_hacks.js |
@@ -122,10 +122,7 @@ chrome.app.window = { |
}; |
/** @type {Object} */ |
-chrome.experimental = {}; |
- |
-/** @type {Object} */ |
-chrome.experimental.identity = { |
+chrome.identity = { |
/** |
* @param {Object.<string>} parameters |
* @param {function(string):void} callback |