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

Unified Diff: Source/devtools/front_end/profiler/ProfileLauncherView.js

Issue 696703003: DevTools: implement search for CPUProfiler FlameChart view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: test was rebaselined Created 6 years, 1 month 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: Source/devtools/front_end/profiler/ProfileLauncherView.js
diff --git a/Source/devtools/front_end/profiler/ProfileLauncherView.js b/Source/devtools/front_end/profiler/ProfileLauncherView.js
index ad7915b9a97c811753e57c3a233b80f80a6cc3d8..28cdece258952bb7a92f3ed620902ac92667312c 100644
--- a/Source/devtools/front_end/profiler/ProfileLauncherView.js
+++ b/Source/devtools/front_end/profiler/ProfileLauncherView.js
@@ -61,6 +61,14 @@ WebInspector.ProfileLauncherView = function(profilesPanel)
WebInspector.ProfileLauncherView.prototype = {
/**
+ * @return {?WebInspector.SearchableView}
+ */
+ searchableView: function()
+ {
+ return null;
+ },
+
+ /**
* @param {!WebInspector.Target} target
*/
targetAdded: function(target)

Powered by Google App Engine
This is Rietveld 408576698