| 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);
|
|
|