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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html

Issue 2388303003: DevTools: hide new navigator interface behind experiment (Closed)
Patch Set: fix test Created 4 years, 2 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 | third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
index 294469febb932e2a1c03f8ec086020120cb92740..1c58f43e3734a9f9caa9495cffacabbd20420e36 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/persistence/persistence-navigator.html
@@ -10,6 +10,7 @@
function test()
{
+ Runtime.experiments.enableForTest("persistence2");
var sourcesNavigator = new WebInspector.SourcesNavigatorView();
sourcesNavigator.show(WebInspector.inspectorView.element);
var fs = new InspectorTest.TestFileSystem("file:///var/www");
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/front_end/sources/NavigatorView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698