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

Unified Diff: components/scheduler/renderer/throttling_helper.h

Issue 2081663002: Add a few extra tests for throttling corner cases (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: components/scheduler/renderer/throttling_helper.h
diff --git a/components/scheduler/renderer/throttling_helper.h b/components/scheduler/renderer/throttling_helper.h
index 2930f1ba02081d1a8d1bae189c5b4ac6a6410c29..db995aea8c27c1054bf10a21bf6deb1efad9bb03 100644
--- a/components/scheduler/renderer/throttling_helper.h
+++ b/components/scheduler/renderer/throttling_helper.h
@@ -30,7 +30,7 @@ class SCHEDULER_EXPORT ThrottlingHelper : public TimeDomain::Observer {
void OnTimeDomainHasImmediateWork() override;
void OnTimeDomainHasDelayedWork() override;
- // The purpose of this method is to make sure thottling doesn't conflict with
+ // The purpose of this method is to make sure throttling doesn't conflict with
// enabling/disabling the queue for policy reasons.
// If |task_queue| is throttled then the ThrottlingHelper remembers the
// |enabled| setting. In addition if |enabled| is false then the queue is

Powered by Google App Engine
This is Rietveld 408576698