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

Unified Diff: third_party/WebKit/Source/core/testing/Internals.h

Issue 2475293003: [RemotePlayback] No monitoring on low-end devices (Closed)
Patch Set: Moved to Platform::initialize() Created 4 years, 1 month 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: third_party/WebKit/Source/core/testing/Internals.h
diff --git a/third_party/WebKit/Source/core/testing/Internals.h b/third_party/WebKit/Source/core/testing/Internals.h
index a0fc9fb9a26c4d3fd0c56389f24b67688a305dd4..808b3649118e5e24c26a770104c9a20a32ce8d6a 100644
--- a/third_party/WebKit/Source/core/testing/Internals.h
+++ b/third_party/WebKit/Source/core/testing/Internals.h
@@ -530,6 +530,9 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
// Intentional crash.
void crash();
+ // Overrides if the device is low-end (low on memory).
+ void setIsLowEndDevice(bool);
+
private:
explicit Internals(ExecutionContext*);
Document* contextDocument() const;

Powered by Google App Engine
This is Rietveld 408576698