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

Unified Diff: webkit/glue/chrome_client_impl.h

Issue 19535: Cleanup in webkit/glue/ (Closed)
Patch Set: Created 11 years, 11 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
« no previous file with comments | « webkit/glue/back_forward_list_client_impl.cc ('k') | webkit/glue/cpp_bound_class.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/chrome_client_impl.h
diff --git a/webkit/glue/chrome_client_impl.h b/webkit/glue/chrome_client_impl.h
index 226c93cd73588be04e61fed4a2abc7ac23f5ae7f..8ac4916b473c1df38c055067d665642cad0e00da 100644
--- a/webkit/glue/chrome_client_impl.h
+++ b/webkit/glue/chrome_client_impl.h
@@ -25,7 +25,7 @@ public:
ChromeClientImpl(WebViewImpl* webview);
virtual ~ChromeClientImpl();
- WebViewImpl* webview() { return webview_; }
+ WebViewImpl* webview() const { return webview_; }
virtual void chromeDestroyed();
« no previous file with comments | « webkit/glue/back_forward_list_client_impl.cc ('k') | webkit/glue/cpp_bound_class.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698