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

Side by Side Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google, Inc. All rights reserved. 2 * Copyright (C) 2012 Google, Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 994 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 DocumentCreateEventSVGEvents = 1190, 1005 DocumentCreateEventSVGEvents = 1190,
1006 DocumentCreateEventWebKitTransitionEvent = 1191, 1006 DocumentCreateEventWebKitTransitionEvent = 1191,
1007 DocumentCreateEventBeforeInstallPromptEvent = 1192, 1007 DocumentCreateEventBeforeInstallPromptEvent = 1192,
1008 DocumentCreateEventSyncEvent = 1193, 1008 DocumentCreateEventSyncEvent = 1193,
1009 DocumentCreateEventDeviceLightEvent = 1194, 1009 DocumentCreateEventDeviceLightEvent = 1194,
1010 DocumentCreateEventDeviceMotionEvent = 1195, 1010 DocumentCreateEventDeviceMotionEvent = 1195,
1011 DocumentCreateEventDeviceOrientationEvent = 1196, 1011 DocumentCreateEventDeviceOrientationEvent = 1196,
1012 DocumentCreateEventMediaEncryptedEvent = 1197, 1012 DocumentCreateEventMediaEncryptedEvent = 1197,
1013 DocumentCreateEventMediaKeyMessageEvent = 1198, 1013 DocumentCreateEventMediaKeyMessageEvent = 1198,
1014 DocumentCreateEventGamepadEvent = 1199, 1014 DocumentCreateEventGamepadEvent = 1199,
1015 DocumentCreateEventGeofencingEvent = 1200,
1016 DocumentCreateEventIDBVersionChangeEvent = 1201, 1015 DocumentCreateEventIDBVersionChangeEvent = 1201,
1017 DocumentCreateEventBlobEvent = 1202, 1016 DocumentCreateEventBlobEvent = 1202,
1018 DocumentCreateEventMediaStreamEvent = 1203, 1017 DocumentCreateEventMediaStreamEvent = 1203,
1019 DocumentCreateEventMediaStreamTrackEvent = 1204, 1018 DocumentCreateEventMediaStreamTrackEvent = 1204,
1020 DocumentCreateEventRTCDTMFToneChangeEvent = 1205, 1019 DocumentCreateEventRTCDTMFToneChangeEvent = 1205,
1021 DocumentCreateEventRTCDataChannelEvent = 1206, 1020 DocumentCreateEventRTCDataChannelEvent = 1206,
1022 DocumentCreateEventRTCIceCandidateEvent = 1207, 1021 DocumentCreateEventRTCIceCandidateEvent = 1207,
1023 DocumentCreateEventNotificationEvent = 1209, 1022 DocumentCreateEventNotificationEvent = 1209,
1024 DocumentCreateEventPresentationConnectionAvailableEvent = 1210, 1023 DocumentCreateEventPresentationConnectionAvailableEvent = 1210,
1025 DocumentCreateEventPresentationConnectionCloseEvent = 1211, 1024 DocumentCreateEventPresentationConnectionCloseEvent = 1211,
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1249 friend class UseCounterTest; 1248 friend class UseCounterTest;
1250 static int m_muteCount; 1249 static int m_muteCount;
1251 1250
1252 CountBits m_countBits; 1251 CountBits m_countBits;
1253 BitVector m_CSSFeatureBits; 1252 BitVector m_CSSFeatureBits;
1254 }; 1253 };
1255 1254
1256 } // namespace blink 1255 } // namespace blink
1257 1256
1258 #endif // UseCounter_h 1257 #endif // UseCounter_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698