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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert histograms.xml Created 3 years, 7 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/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index c551467e9618650d173ae090f9a36b034385633c..5d98d9d3a288c6beb5e9480d9b30bde65bbc9f76 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1597,8 +1597,7 @@ class CORE_EXPORT UseCounter {
kShapeDetection_FaceDetectorConstructor = 1992,
kShapeDetection_TextDetectorConstructor = 1993,
kCredentialManagerCredentialRequestOptionsOnlyUnmediated = 1994,
- // TODO(aboxhall): Reuse value 1995 when
- // https://codereview.chromium.org/2088453002 is relanded.
+ kInertAttribute = 1995,
kPluginInstanceAccessFromIsolatedWorld = 1996,
kPluginInstanceAccessFromMainWorld = 1997,
kRequestFullscreenForDialogElement = 1998,
« no previous file with comments | « third_party/WebKit/Source/core/dom/Text.cpp ('k') | third_party/WebKit/Source/core/html/HTMLAttributeNames.json5 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698