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

Unified Diff: views/examples/native_theme_button_example.h

Issue 7196002: Fix checkbox in windows uninstaller. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Fix trybot break in chromeos Created 9 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: views/examples/native_theme_button_example.h
===================================================================
--- views/examples/native_theme_button_example.h (revision 90205)
+++ views/examples/native_theme_button_example.h (working copy)
@@ -56,6 +56,8 @@
void GetExtraParams(gfx::NativeTheme::ExtraParams* params) const;
+ gfx::NativeTheme::State GetInternalState() const;
+
scoped_ptr<views::NativeThemePainter> painter_;
views::Combobox* cb_part_;
views::Combobox* cb_state_;

Powered by Google App Engine
This is Rietveld 408576698