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

Unified Diff: chrome/test/data/extensions/api_test/file_system_provider/mount/test.js

Issue 1221093002: Add support for refreshing contents of providers which don't support watchers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed tests. Created 5 years, 5 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
Index: chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
diff --git a/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js b/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
index 7c9aa3a5a148d5daaeb17a9c78eef623f751c123..0a968c6b2228192f48377c1adbf39e4e89568180 100644
--- a/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
+++ b/chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
@@ -154,7 +154,8 @@ chrome.test.runTests([
chrome.test.assertEq(
chrome.runtime.getManifest().name, extensions[0].name);
chrome.test.assertFalse(extensions[0].configurable);
- chrome.test.assertTrue(extensions[0].multipleMounts);
+ chrome.test.assertFalse(extensions[0].watchable);
+ chrome.test.assertFalse(extensions[0].multipleMounts);
chrome.test.assertEq('network', extensions[0].source);
}));

Powered by Google App Engine
This is Rietveld 408576698