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

Unified Diff: third_party/WebKit/Source/core/dom/IdleDeadline.idl

Issue 2346373002: Remove RequestIdleCallback runtime flag (status=stable) (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | third_party/WebKit/Source/core/dom/IdleRequestCallback.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/IdleDeadline.idl
diff --git a/third_party/WebKit/Source/core/dom/IdleDeadline.idl b/third_party/WebKit/Source/core/dom/IdleDeadline.idl
index c06dffca6ed2c8abca94d9b9964130b7beff249f..2a5af6af31334b1f1944660fc4eb84696775020b 100644
--- a/third_party/WebKit/Source/core/dom/IdleDeadline.idl
+++ b/third_party/WebKit/Source/core/dom/IdleDeadline.idl
@@ -2,9 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-[
- RuntimeEnabled=RequestIdleCallback,
-] interface IdleDeadline {
+interface IdleDeadline {
double timeRemaining();
readonly attribute boolean didTimeout;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/IdleRequestCallback.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698