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

Side by Side Diff: chrome/browser/views/options/content_page_view.h

Issue 160081: Add link to themes gallery.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 11 years, 5 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_
7 7
8 #include "chrome/browser/views/options/options_page_view.h" 8 #include "chrome/browser/views/options/options_page_view.h"
9 #include "chrome/common/pref_member.h" 9 #include "chrome/common/pref_member.h"
10 #include "views/controls/button/button.h" 10 #include "views/controls/button/button.h"
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 views::RadioButton* passwords_neversave_radio_; 53 views::RadioButton* passwords_neversave_radio_;
54 54
55 // Controls for the Form Autofill group 55 // Controls for the Form Autofill group
56 OptionsGroupView* form_autofill_group_; 56 OptionsGroupView* form_autofill_group_;
57 views::RadioButton* form_autofill_asktosave_radio_; 57 views::RadioButton* form_autofill_asktosave_radio_;
58 views::RadioButton* form_autofill_neversave_radio_; 58 views::RadioButton* form_autofill_neversave_radio_;
59 59
60 // Controls for the Themes group 60 // Controls for the Themes group
61 OptionsGroupView* themes_group_; 61 OptionsGroupView* themes_group_;
62 views::NativeButton* themes_reset_button_; 62 views::NativeButton* themes_reset_button_;
63 views::NativeButton* themes_gallery_button_;
63 64
64 // Controls for the browsing data group. 65 // Controls for the browsing data group.
65 OptionsGroupView* browsing_data_group_; 66 OptionsGroupView* browsing_data_group_;
66 views::Label* browsing_data_label_; 67 views::Label* browsing_data_label_;
67 views::NativeButton* import_button_; 68 views::NativeButton* import_button_;
68 views::NativeButton* clear_data_button_; 69 views::NativeButton* clear_data_button_;
69 70
70 BooleanPrefMember ask_to_save_passwords_; 71 BooleanPrefMember ask_to_save_passwords_;
71 BooleanPrefMember ask_to_save_form_autofill_; 72 BooleanPrefMember ask_to_save_form_autofill_;
72 73
73 DISALLOW_COPY_AND_ASSIGN(ContentPageView); 74 DISALLOW_COPY_AND_ASSIGN(ContentPageView);
74 }; 75 };
75 76
76 #endif // CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_ 77 #endif // CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698