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