| Index: chrome/browser/resources/google_now/background_test_util.js
|
| diff --git a/chrome/browser/resources/google_now/background_test_util.js b/chrome/browser/resources/google_now/background_test_util.js
|
| index 3bbf5a4270dcb9eb584a046dd02a73d81984b903..4f5134bbed20ee5c7ebfdeb8870d1428f9e0ebff 100644
|
| --- a/chrome/browser/resources/google_now/background_test_util.js
|
| +++ b/chrome/browser/resources/google_now/background_test_util.js
|
| @@ -6,10 +6,6 @@
|
|
|
| var wrapper = {instrumentChromeApiFunction: emptyMock};
|
|
|
| -function buildTaskManager() {
|
| - return {debugSetStepName: emptyMock};
|
| -}
|
| -
|
| function buildAuthenticationManager() {
|
| return {
|
| addListener: emptyMock
|
| @@ -17,6 +13,7 @@ function buildAuthenticationManager() {
|
| }
|
|
|
| var instrumentApiFunction = emptyMock;
|
| +var buildTaskManager = emptyMock;
|
| var buildAttemptManager = emptyMock;
|
| var buildCardSet = emptyMock;
|
|
|
|
|