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

Unified Diff: chrome/renderer/extensions/chrome_v8_context.h

Issue 10896032: HTML titlebars for v2 apps. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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
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 2dff205c724102193154202fe9cc47ec35972ac0..e20f75b5a5476977676bd700a095ebcca494d0b9 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();

Powered by Google App Engine
This is Rietveld 408576698