| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (C) 2013 Google Inc. All rights reserved. | 2 * Copyright (C) 2013 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 are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 97 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool); | 97 BLINK_PLATFORM_EXPORT static void EnableNotificationContentImage(bool); |
| 98 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool); | 98 BLINK_PLATFORM_EXPORT static void EnableNotifications(bool); |
| 99 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool); | 99 BLINK_PLATFORM_EXPORT static void EnableOffMainThreadFetch(bool); |
| 100 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool); | 100 BLINK_PLATFORM_EXPORT static void EnableOnDeviceChange(bool); |
| 101 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool); | 101 BLINK_PLATFORM_EXPORT static void EnableOrientationEvent(bool); |
| 102 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool); | 102 BLINK_PLATFORM_EXPORT static void EnableOverlayScrollbars(bool); |
| 103 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool); | 103 BLINK_PLATFORM_EXPORT static void EnablePagePopup(bool); |
| 104 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool); | 104 BLINK_PLATFORM_EXPORT static void EnablePassiveDocumentEventListeners(bool); |
| 105 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool); | 105 BLINK_PLATFORM_EXPORT static void EnablePaymentRequest(bool); |
| 106 BLINK_PLATFORM_EXPORT static void EnablePermissionsAPI(bool); | 106 BLINK_PLATFORM_EXPORT static void EnablePermissionsAPI(bool); |
| 107 BLINK_PLATFORM_EXPORT static void EnablePointerEvent(bool); | |
| 108 BLINK_PLATFORM_EXPORT static void EnablePreciseMemoryInfo(bool); | 107 BLINK_PLATFORM_EXPORT static void EnablePreciseMemoryInfo(bool); |
| 109 BLINK_PLATFORM_EXPORT static void EnablePrintBrowser(bool); | 108 BLINK_PLATFORM_EXPORT static void EnablePrintBrowser(bool); |
| 110 BLINK_PLATFORM_EXPORT static void EnablePresentationAPI(bool); | 109 BLINK_PLATFORM_EXPORT static void EnablePresentationAPI(bool); |
| 111 BLINK_PLATFORM_EXPORT static void EnablePushMessaging(bool); | 110 BLINK_PLATFORM_EXPORT static void EnablePushMessaging(bool); |
| 112 BLINK_PLATFORM_EXPORT static void EnableReducedReferrerGranularity(bool); | 111 BLINK_PLATFORM_EXPORT static void EnableReducedReferrerGranularity(bool); |
| 113 BLINK_PLATFORM_EXPORT static void EnableRenderingPipelineThrottling(bool); | 112 BLINK_PLATFORM_EXPORT static void EnableRenderingPipelineThrottling(bool); |
| 114 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackAPI(bool); | 113 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackAPI(bool); |
| 115 BLINK_PLATFORM_EXPORT static void EnableRootLayerScrolling(bool); | 114 BLINK_PLATFORM_EXPORT static void EnableRootLayerScrolling(bool); |
| 116 BLINK_PLATFORM_EXPORT static void EnableScriptedSpeech(bool); | 115 BLINK_PLATFORM_EXPORT static void EnableScriptedSpeech(bool); |
| 117 BLINK_PLATFORM_EXPORT static void EnableScrollAnchoring(bool); | 116 BLINK_PLATFORM_EXPORT static void EnableScrollAnchoring(bool); |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 159 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool); | 158 BLINK_PLATFORM_EXPORT static void EnableRemotePlaybackBackend(bool); |
| 160 BLINK_PLATFORM_EXPORT static void EnableMediaCastOverlayButton(bool); | 159 BLINK_PLATFORM_EXPORT static void EnableMediaCastOverlayButton(bool); |
| 161 | 160 |
| 162 private: | 161 private: |
| 163 WebRuntimeFeatures(); | 162 WebRuntimeFeatures(); |
| 164 }; | 163 }; |
| 165 | 164 |
| 166 } // namespace blink | 165 } // namespace blink |
| 167 | 166 |
| 168 #endif | 167 #endif |
| OLD | NEW |