| Index: chrome/renderer/extensions/chrome_v8_context.h
|
| diff --git a/chrome/renderer/extensions/chrome_v8_context.h b/chrome/renderer/extensions/chrome_v8_context.h
|
| index 4cd13cd66a2febd5f739fb574d029892b343b3f2..8c71c047c2d1b751a7dcc0737868970c65841c7f 100644
|
| --- a/chrome/renderer/extensions/chrome_v8_context.h
|
| +++ b/chrome/renderer/extensions/chrome_v8_context.h
|
| @@ -59,6 +59,8 @@ class ChromeV8Context {
|
| module_system_ = module_system.Pass();
|
| }
|
|
|
| + ModuleSystem* module_system() { return module_system_.get(); }
|
| +
|
| // Returns the ID of the extension associated with this context, or empty
|
| // string if there is no such extension.
|
| std::string GetExtensionID();
|
|
|