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

Unified Diff: Source/core/testing/InternalSettings.h

Issue 106353005: Expose performance.memory in workers (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@Perf-Memory-SharedWorker
Patch Set: Created 6 years, 8 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: 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&);

Powered by Google App Engine
This is Rietveld 408576698