| Index: gin/modules/module_runner_delegate.h
|
| diff --git a/gin/modules/module_runner_delegate.h b/gin/modules/module_runner_delegate.h
|
| index d5523b8ce3c71982d01c6c73a889e02815f9767e..1873d5a9b66e61b6d6af570a0bb85699d65dfe70 100644
|
| --- a/gin/modules/module_runner_delegate.h
|
| +++ b/gin/modules/module_runner_delegate.h
|
| @@ -32,6 +32,9 @@ class ModuleRunnerDelegate : public RunnerDelegate {
|
| // lazily.
|
| void AddBuiltinModule(const std::string& id, ModuleTemplateGetter templ);
|
|
|
| + protected:
|
| + void AttemptToLoadMoreModules(Runner* runner);
|
| +
|
| private:
|
| typedef std::map<std::string, ModuleTemplateGetter> BuiltinModuleMap;
|
|
|
|
|