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

Unified Diff: ui/views/window/client_view.cc

Issue 10692077: enable -Wunused-private-field for linux and chromeos. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chromeos fixes Created 8 years, 6 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 | « ui/views/window/client_view.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/window/client_view.cc
diff --git a/ui/views/window/client_view.cc b/ui/views/window/client_view.cc
index 60992ecd3cfd5c91e1cbf7e45aa63fbae2334bf8..73e1641e1c8ef3c160cc0626fe9c17e35cfbe291 100644
--- a/ui/views/window/client_view.cc
+++ b/ui/views/window/client_view.cc
@@ -20,8 +20,7 @@ const char ClientView::kViewClassName[] =
// ClientView, public:
ClientView::ClientView(Widget* widget, View* contents_view)
- : widget_(widget),
- contents_view_(contents_view) {
+ : contents_view_(contents_view) {
}
int ClientView::NonClientHitTest(const gfx::Point& point) {
« no previous file with comments | « ui/views/window/client_view.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698