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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html

Issue 2205123003: DevTools: introduce view locations, allow opening views by id. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments addressed Created 4 years, 4 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/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html » ('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/search/sources-search-scope.html
diff --git a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
index a4dc39dc06889ab1c42877311bcda7581611f8c8..8e6bbaaf34ae31ee8fbf7c15f0597bd4ffd14cbe 100644
--- a/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
+++ b/third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope.html
@@ -9,7 +9,7 @@
<script>
function test()
{
- WebInspector.inspectorView.showViewInDrawer("sources.search");
+ WebInspector.viewManager.showView("sources.search");
var scope = new WebInspector.SourcesSearchScope();
InspectorTest.runAfterResourcesAreFinished(["search.html", "search.js", "search.css"], step2)
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/http/tests/inspector/search/sources-search-scope-in-files.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698