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

Unified Diff: public/web/WebLeakDetector.h

Issue 428473002: Remove old API from WebLeakDetector. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebLeakDetector.h
diff --git a/public/web/WebLeakDetector.h b/public/web/WebLeakDetector.h
index 187b86c9a11d4213866f065add72d6eb8d3e9142..2b3b435cad648982be68b6bf818ae2f2de1cb873 100644
--- a/public/web/WebLeakDetector.h
+++ b/public/web/WebLeakDetector.h
@@ -55,9 +55,6 @@ public:
// Cleans up the DOM objects and counts them. |WebLeakDetectorClient::onLeakDetectionComplete()| is called when done.
// This is supposed to be used for detecting DOM-object leaks.
virtual void collectGarbageAndGetDOMCounts(WebLocalFrame*) = 0;
-
- // FIXME: old API to be removed.
- static void collectGarbargeAndGetDOMCounts(WebLocalFrame*, unsigned*, unsigned*) { }
};
} // namespace blink
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698