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

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

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
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 | « chrome/browser/extensions/api/bluetooth/bluetooth_apitest_chromeos.cc ('k') | ui/views/window/client_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698