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

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

Issue 10698081: Wunused-private-field for linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros 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 | « build/common.gypi ('k') | ui/views/window/client_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/window/client_view.h
diff --git a/ui/views/window/client_view.h b/ui/views/window/client_view.h
index 46da6e24488582837982f731318440eea0aa1c66..ab0c676030b80aa8b8f72bcaec6981231e50ff7d 100644
--- a/ui/views/window/client_view.h
+++ b/ui/views/window/client_view.h
@@ -77,9 +77,6 @@ class VIEWS_EXPORT ClientView : public View {
}
private:
- // The Widget that hosts this ClientView.
- Widget* widget_;
-
// The View that this ClientView contains.
View* contents_view_;
};
« no previous file with comments | « build/common.gypi ('k') | ui/views/window/client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698