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

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

Issue 2416803002: Remove unused Internals::setMemoryCacheCapacities() (Closed)
Patch Set: Rebase. Created 4 years, 2 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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*);
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/testing/Internals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698