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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js

Issue 1369063002: DevTools: merge excluded folder manager into isolated file system. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
index 1e6f041d8cddfb4a32e2f3c66ac38402747db142..d524d239e1654618a9724fb6e32cc55edb3bc938 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/workspace-test.js
@@ -4,7 +4,6 @@ InspectorTest.createWorkspace = function(ignoreEvents)
{
WebInspector.settings.createSetting("fileSystemMapping", {}).set({});
InspectorTest.testFileSystemMapping = new WebInspector.FileSystemMapping();
- InspectorTest.testExcludedFolderManager = new WebInspector.ExcludedFolderManager();
InspectorTest.testFileSystemMapping._fileSystemMappingSetting = new InspectorTest.MockSetting({});
InspectorTest.testFileSystemMapping._excludedFoldersSetting = new InspectorTest.MockSetting({});

Powered by Google App Engine
This is Rietveld 408576698