Index: remoting/webapp/unittests/chrome_mocks.js |
diff --git a/remoting/webapp/unittests/chrome_mocks.js b/remoting/webapp/unittests/chrome_mocks.js |
index e10f081fbecf682a2900f855a4d7f4bd61547934..15d8a6a549f09a32341dbac74e9fc823d006f963 100644 |
--- a/remoting/webapp/unittests/chrome_mocks.js |
+++ b/remoting/webapp/unittests/chrome_mocks.js |
@@ -5,6 +5,8 @@ |
// This file contains various mock objects for the chrome platform to make |
// unit testing easier. |
+Entry = function() {}; |
+ |
(function(scope){ |
var chromeMocks = {}; |