Index: chrome/browser/extensions/extension_view_host.h |
diff --git a/chrome/browser/extensions/extension_view_host.h b/chrome/browser/extensions/extension_view_host.h |
index 3c0518602ba03037e5c1adb663a19bd956f0959e..b345454e512248b22af67c4d76c9f5f30e555684 100644 |
--- a/chrome/browser/extensions/extension_view_host.h |
+++ b/chrome/browser/extensions/extension_view_host.h |
@@ -52,6 +52,7 @@ class ExtensionViewHost |
#endif |
PlatformExtensionView* view() { return view_.get(); } |
+ const PlatformExtensionView* view() const { return view_.get(); } |
// Create an ExtensionView and tie it to this host and |browser|. Note NULL |
// is a valid argument for |browser|. Extension views may be bound to |