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

Unified Diff: third_party/WebKit/Source/devtools/front_end/common/Throttler.js

Issue 2770523002: DevTools: kill Common.Throttler.flush() method (Closed)
Patch Set: Created 3 years, 9 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
Index: third_party/WebKit/Source/devtools/front_end/common/Throttler.js
diff --git a/third_party/WebKit/Source/devtools/front_end/common/Throttler.js b/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
index 5bc43cc9a16adf4755fd1ab1ee6a560e8803db9e..0dd9c5938616ffb3cc88103955a4d56ec5164056 100644
--- a/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
+++ b/third_party/WebKit/Source/devtools/front_end/common/Throttler.js
@@ -57,11 +57,6 @@ Common.Throttler = class {
this._innerSchedule(forceTimerUpdate);
}
- flush() {
- if (this._process)
- this._onTimeout();
- }
-
/**
* @param {boolean} forceTimerUpdate
*/

Powered by Google App Engine
This is Rietveld 408576698