| Index: ui/file_manager/externs/chrome_test.js
|
| diff --git a/ui/file_manager/externs/chrome_test.js b/ui/file_manager/externs/chrome_test.js
|
| index b76bbacd56c2bd0b8a53643466afbfc14f9ec731..e24fb1f2fbaf50d93aab79fc0e67847581f2482e 100644
|
| --- a/ui/file_manager/externs/chrome_test.js
|
| +++ b/ui/file_manager/externs/chrome_test.js
|
| @@ -62,12 +62,6 @@ chrome.test.fail = function(message) {};
|
| chrome.test.succeed = function(message) {};
|
|
|
| /**
|
| - * Runs the given function with access to native methods enabled.
|
| - * @param {Function} callback
|
| - */
|
| -chrome.test.runWithNativesEnabled = function(callback) {};
|
| -
|
| -/**
|
| * Returns an instance of the ModuleSystem for the given context.
|
| * @param {Object} context
|
| */
|
|
|