| 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 609a47d0cb13dbacbb449a3102fccd63eb66ac2b..db352aa0869c908185b0f9c038677105725d4d47 100644
|
| --- a/third_party/WebKit/Source/core/testing/Internals.h
|
| +++ b/third_party/WebKit/Source/core/testing/Internals.h
|
| @@ -333,9 +333,6 @@ class Internals final : public GarbageCollectedFinalized<Internals>,
|
| String dumpRefCountedInstanceCounts() const;
|
| LocalDOMWindow* openDummyInspectorFrontend(const String& url);
|
| void closeDummyInspectorFrontend();
|
| - Vector<unsigned long> setMemoryCacheCapacities(unsigned long minDeadBytes,
|
| - unsigned long maxDeadBytes,
|
| - unsigned long totalBytes);
|
|
|
| String counterValue(Element*);
|
|
|
|
|