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

Side by Side Diff: third_party/WebKit/public/platform/WebFeature.h

Issue 2894063002: Expose UseCounter::Feature enum out of blink as WebFeature (Closed)
Patch Set: Rebase update Created 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 #ifndef WebFeature_h
2 #define WebFeature_h
3
4 namespace blink {
5
6 // A WebFeature conceptually represents some particular web-exposed API
7 // or code path which can be used/triggered by a web page.
8 // TODO(lunalu): Replace occurance of UseCounter::Feature by WebFeature in
9 // Blink.
10 // TODO(rbyers): Add CSS and animated CSS feature types by making this a
11 // more sophisticated class.
12 enum class WebFeature : uint32_t {
13 #include "UseCounterFeature.def"
14 };
15
16 } // namespace blink
17
18 #endif // WebFeature_h
OLDNEW
« no previous file with comments | « third_party/WebKit/public/platform/UseCounterFeature.def ('k') | tools/metrics/histograms/enums.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698