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

Side by Side Diff: chrome/browser/profiles/profile_io_data.h

Issue 2401743003: Recommit and fix of "Added a ForceYouTubeRestrict policy and deprecated the old ForceYouTubeSafetyM… (Closed)
Patch Set: Rebase Created 4 years, 2 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
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/profiles/profile_io_data.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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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_PROFILES_PROFILE_IO_DATA_H_ 5 #ifndef CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_
6 #define CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_ 6 #define CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_
7 7
8 #include <stdint.h> 8 #include <stdint.h>
9 9
10 #include <map> 10 #include <map>
(...skipping 522 matching lines...) Expand 10 before | Expand all | Expand 10 after
533 client_cert_store_factory_; 533 client_cert_store_factory_;
534 534
535 mutable StringPrefMember google_services_user_account_id_; 535 mutable StringPrefMember google_services_user_account_id_;
536 536
537 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_; 537 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_;
538 538
539 // Member variables which are pointed to by the various context objects. 539 // Member variables which are pointed to by the various context objects.
540 mutable BooleanPrefMember enable_referrers_; 540 mutable BooleanPrefMember enable_referrers_;
541 mutable BooleanPrefMember enable_do_not_track_; 541 mutable BooleanPrefMember enable_do_not_track_;
542 mutable BooleanPrefMember force_google_safesearch_; 542 mutable BooleanPrefMember force_google_safesearch_;
543 mutable BooleanPrefMember force_youtube_safety_mode_; 543 mutable IntegerPrefMember force_youtube_restrict_;
544 mutable BooleanPrefMember safe_browsing_enabled_; 544 mutable BooleanPrefMember safe_browsing_enabled_;
545 mutable StringPrefMember allowed_domains_for_apps_; 545 mutable StringPrefMember allowed_domains_for_apps_;
546 mutable BooleanPrefMember sync_disabled_; 546 mutable BooleanPrefMember sync_disabled_;
547 mutable BooleanPrefMember signin_allowed_; 547 mutable BooleanPrefMember signin_allowed_;
548 mutable IntegerPrefMember network_prediction_options_; 548 mutable IntegerPrefMember network_prediction_options_;
549 // TODO(marja): Remove session_startup_pref_ if no longer needed. 549 // TODO(marja): Remove session_startup_pref_ if no longer needed.
550 mutable IntegerPrefMember session_startup_pref_; 550 mutable IntegerPrefMember session_startup_pref_;
551 mutable BooleanPrefMember quick_check_enabled_; 551 mutable BooleanPrefMember quick_check_enabled_;
552 mutable IntegerPrefMember incognito_availibility_pref_; 552 mutable IntegerPrefMember incognito_availibility_pref_;
553 553
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 mutable std::unique_ptr<certificate_transparency::TreeStateTracker> 625 mutable std::unique_ptr<certificate_transparency::TreeStateTracker>
626 ct_tree_tracker_; 626 ct_tree_tracker_;
627 mutable base::Closure ct_tree_tracker_unregistration_; 627 mutable base::Closure ct_tree_tracker_unregistration_;
628 628
629 const Profile::ProfileType profile_type_; 629 const Profile::ProfileType profile_type_;
630 630
631 DISALLOW_COPY_AND_ASSIGN(ProfileIOData); 631 DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
632 }; 632 };
633 633
634 #endif // CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_ 634 #endif // CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_impl.cc ('k') | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698