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

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

Issue 705363003: Remove internals.profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Landing Created 6 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
« no previous file with comments | « Source/core/testing/InternalProfilers.idl ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/testing/Internals.h
diff --git a/Source/core/testing/Internals.h b/Source/core/testing/Internals.h
index e5a92ac33112db082e8e8a63776fe836bd2a74e4..2474cfba03bad1b9152b6cec7118d080b71a8aa1 100644
--- a/Source/core/testing/Internals.h
+++ b/Source/core/testing/Internals.h
@@ -57,7 +57,6 @@ class ExecutionContext;
class GCObservation;
class HTMLElement;
class HTMLMediaElement;
-class InternalProfilers;
class InternalRuntimeFlags;
class InternalSettings;
class Iterator;
@@ -208,7 +207,6 @@ public:
InternalSettings* settings() const;
InternalRuntimeFlags* runtimeFlags() const;
- InternalProfilers* profilers();
unsigned workerThreadCount() const;
void setDeviceProximity(Document*, const String& eventType, double value, double min, double max, ExceptionState&);
@@ -343,7 +341,6 @@ private:
DocumentMarker* markerAt(Node*, const String& markerType, unsigned index, ExceptionState&);
Member<InternalRuntimeFlags> m_runtimeFlags;
- Member<InternalProfilers> m_profilers;
};
} // namespace blink
« no previous file with comments | « Source/core/testing/InternalProfilers.idl ('k') | Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698