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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js

Issue 2599623002: DevTools: Show not found message in FilteredListWidgets (Closed)
Patch Set: merge Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/quick_open/filteredListWidget.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
index a374fd456d6062f2efc9116c88a820ba4c04e70a..e8a48011023d37e71ccf30280c31be253d0fe9a7 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
+++ b/third_party/WebKit/Source/devtools/front_end/sources/FilteredUISourceCodeListDelegate.js
@@ -205,6 +205,14 @@ Sources.FilteredUISourceCodeListDelegate = class extends QuickOpen.FilteredListW
/**
* @override
+ * @return {string}
+ */
+ notFoundText() {
+ return Common.UIString('No files found');
+ }
+
+ /**
+ * @override
*/
dispose() {
Workspace.workspace.removeEventListener(
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/quick_open/filteredListWidget.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698