Chromium Code Reviews| Index: Source/core/testing/InternalSettings.h |
| diff --git a/Source/core/testing/InternalSettings.h b/Source/core/testing/InternalSettings.h |
| index 84960ab9e55a1df0ff4ced7048e9cee6487e2385..057765649716174de32fb0aa122fd0996a68c506 100644 |
| --- a/Source/core/testing/InternalSettings.h |
| +++ b/Source/core/testing/InternalSettings.h |
| @@ -70,6 +70,7 @@ public: |
| bool m_originalCompositorDrivenAcceleratedScrollEnabled; |
| bool m_originalLayerSquashingEnabled; |
| bool m_originalPasswordGenerationDecorationEnabled; |
| + bool m_originalPreciseMemoryInfoEnabled; |
|
abarth-chromium
2014/04/23 18:04:37
Please do not add more members here. This code is
|
| }; |
| static PassRefPtrWillBeRawPtr<InternalSettings> create(Page& page) |
| @@ -96,6 +97,7 @@ public: |
| void setMediaTypeOverride(const String& mediaType, ExceptionState&); |
| void setMockScrollbarsEnabled(bool, ExceptionState&); |
| void setPasswordGenerationDecorationEnabled(bool, ExceptionState&); |
| + void setPreciseMemoryInfoEnabled(bool, ExceptionState&); |
| void setTextAutosizingEnabled(bool, ExceptionState&); |
| void setAccessibilityFontScaleFactor(float fontScaleFactor, ExceptionState&); |
| void setTextAutosizingWindowSizeOverride(int width, int height, ExceptionState&); |