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

Unified Diff: Source/devtools/front_end/Panel.js

Issue 33143002: DevTools: Unify filtering UI (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Comments addressed Created 7 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 | « Source/devtools/front_end/NetworkPanel.js ('k') | Source/devtools/front_end/SearchController.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/Panel.js
diff --git a/Source/devtools/front_end/Panel.js b/Source/devtools/front_end/Panel.js
index 8565b355f17b98c516505004a2e3d48735bf4ff7..1cf52bbdfb5b589ab061b5c9fc682453ac8dc230 100644
--- a/Source/devtools/front_end/Panel.js
+++ b/Source/devtools/front_end/Panel.js
@@ -133,21 +133,6 @@ WebInspector.Panel.prototype = {
/**
* @return {boolean}
*/
- canFilter: function()
- {
- return false;
- },
-
- /**
- * @param {string} query
- */
- performFilter: function(query)
- {
- },
-
- /**
- * @return {boolean}
- */
canSetFooterElement: function()
{
return false;
« no previous file with comments | « Source/devtools/front_end/NetworkPanel.js ('k') | Source/devtools/front_end/SearchController.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698