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

Unified Diff: Source/devtools/front_end/ConsolePanel.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/devtools.gyp ('k') | Source/devtools/front_end/ConsoleView.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/ConsolePanel.js
diff --git a/Source/devtools/front_end/ConsolePanel.js b/Source/devtools/front_end/ConsolePanel.js
index a8e7db780230ffc616c98336178c452c06167d9f..2e72215562f92d45ab87962b68e6aba463e2a74e 100644
--- a/Source/devtools/front_end/ConsolePanel.js
+++ b/Source/devtools/front_end/ConsolePanel.js
@@ -62,11 +62,6 @@ WebInspector.ConsolePanel.prototype = {
this._view.searchCanceled();
},
- canFilter: function()
- {
- return this._view.canFilter();
- },
-
/**
* @param {string} query
* @param {boolean} shouldJump
@@ -76,14 +71,6 @@ WebInspector.ConsolePanel.prototype = {
this._view.performSearch(query, shouldJump, this);
},
- /**
- * @param {string} query
- */
- performFilter: function(query)
- {
- this._view.performFilter(query);
- },
-
jumpToNextSearchResult: function()
{
this._view.jumpToNextSearchResult(this);
« no previous file with comments | « Source/devtools/devtools.gyp ('k') | Source/devtools/front_end/ConsoleView.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698