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

Unified Diff: content/shell/renderer/gc_controller.h

Issue 153803002: Implement GCController::CollectAll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 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 | content/shell/renderer/gc_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/gc_controller.h
diff --git a/content/shell/renderer/gc_controller.h b/content/shell/renderer/gc_controller.h
index c2409e52777fca4a57c24eaf83d63385fba33578..e8d0f1405623b96076cfaf9f4745832a298c4b82 100644
--- a/content/shell/renderer/gc_controller.h
+++ b/content/shell/renderer/gc_controller.h
@@ -32,6 +32,7 @@ class GCController : public gin::Wrappable<GCController> {
v8::Isolate* isolate) OVERRIDE;
void Collect(const gin::Arguments& args);
+ void CollectAll(const gin::Arguments& args);
void MinorCollect(const gin::Arguments& args);
DISALLOW_COPY_AND_ASSIGN(GCController);
« no previous file with comments | « no previous file | content/shell/renderer/gc_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698