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

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

Issue 2934010: Add link to privacy dashboard from sync options panel behind command line fla... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 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
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/views/options/content_page_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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/autofill/personal_data_manager.h" 8 #include "chrome/browser/autofill/personal_data_manager.h"
9 #include "chrome/browser/pref_member.h" 9 #include "chrome/browser/pref_member.h"
10 #include "chrome/browser/sync/profile_sync_service.h" 10 #include "chrome/browser/sync/profile_sync_service.h"
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 // Controls for the browsing data group. 95 // Controls for the browsing data group.
96 OptionsGroupView* browsing_data_group_; 96 OptionsGroupView* browsing_data_group_;
97 views::NativeButton* import_button_; 97 views::NativeButton* import_button_;
98 98
99 // Controls for the Sync group. 99 // Controls for the Sync group.
100 OptionsGroupView* sync_group_; 100 OptionsGroupView* sync_group_;
101 views::Label* sync_status_label_; 101 views::Label* sync_status_label_;
102 views::Link* sync_action_link_; 102 views::Link* sync_action_link_;
103 views::NativeButton* sync_start_stop_button_; 103 views::NativeButton* sync_start_stop_button_;
104 views::NativeButton* sync_customize_button_; 104 views::NativeButton* sync_customize_button_;
105 views::Link* privacy_dashboard_link_;
105 106
106 BooleanPrefMember ask_to_save_passwords_; 107 BooleanPrefMember ask_to_save_passwords_;
107 BooleanPrefMember ask_to_save_form_autofill_; 108 BooleanPrefMember ask_to_save_form_autofill_;
108 StringPrefMember is_using_default_theme_; 109 StringPrefMember is_using_default_theme_;
109 110
110 // Cached pointer to ProfileSyncService, if it exists. Kept up to date 111 // Cached pointer to ProfileSyncService, if it exists. Kept up to date
111 // and NULL-ed out on destruction. 112 // and NULL-ed out on destruction.
112 ProfileSyncService* sync_service_; 113 ProfileSyncService* sync_service_;
113 114
114 DISALLOW_COPY_AND_ASSIGN(ContentPageView); 115 DISALLOW_COPY_AND_ASSIGN(ContentPageView);
115 }; 116 };
116 117
117 #endif // CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_ 118 #endif // CHROME_BROWSER_VIEWS_OPTIONS_CONTENT_PAGE_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/browser.cc ('k') | chrome/browser/views/options/content_page_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698