Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1463)

Unified Diff: chrome/browser/resources/file_manager/js/mock_chrome.js

Issue 12254032: Revert 182235 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/file_manager/js/mock_chrome.js
===================================================================
--- chrome/browser/resources/file_manager/js/mock_chrome.js (revision 182409)
+++ chrome/browser/resources/file_manager/js/mock_chrome.js (working copy)
@@ -47,11 +47,6 @@
}
/**
- * Mock for |chrome| namespace.
- */
-var chrome = {};
-
-/**
* Mock out the chrome.fileBrowserPrivate API for use in the harness.
*/
chrome.fileBrowserPrivate = {
@@ -902,24 +897,3 @@
this.onVideoLaunched.notify();
}
};
-
-/**
- * Mock for |v8Intl| namespace.
- */
-var v8Intl = {};
-
-/**
- * Mock constructor of |v8Intl.Collator|.
- * @constructor
- * @param {Array<*>} locales //TODO(JSDOC).
- * @param {Object.<*, *>} options //TODO(JSDOC).
- */
-v8Intl.Collator = function(locales, options) {};
-
-/**
- * Mock constructor of |v8Intl.DateTimeFormat|.
- * @constructor
- * @param {Array<*>} locales //TODO(JSDOC).
- * @param {Object.<*, *>} options //TODO(JSDOC).
- */
-v8Intl.DateTimeFormat = function(locales, options) {};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698