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

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

Issue 2239753002: Added a ForceYouTubeRestrict policy and deprecated the old ForceYouTubeSafetyMode policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments 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 533 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 client_cert_store_factory_; 544 client_cert_store_factory_;
545 545
546 mutable StringPrefMember google_services_user_account_id_; 546 mutable StringPrefMember google_services_user_account_id_;
547 547
548 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_; 548 mutable scoped_refptr<MediaDeviceIDSalt> media_device_id_salt_;
549 549
550 // Member variables which are pointed to by the various context objects. 550 // Member variables which are pointed to by the various context objects.
551 mutable BooleanPrefMember enable_referrers_; 551 mutable BooleanPrefMember enable_referrers_;
552 mutable BooleanPrefMember enable_do_not_track_; 552 mutable BooleanPrefMember enable_do_not_track_;
553 mutable BooleanPrefMember force_google_safesearch_; 553 mutable BooleanPrefMember force_google_safesearch_;
554 mutable BooleanPrefMember force_youtube_safety_mode_; 554 mutable IntegerPrefMember force_youtube_restrict_;
555 mutable BooleanPrefMember safe_browsing_enabled_; 555 mutable BooleanPrefMember safe_browsing_enabled_;
556 mutable StringPrefMember allowed_domains_for_apps_; 556 mutable StringPrefMember allowed_domains_for_apps_;
557 mutable BooleanPrefMember sync_disabled_; 557 mutable BooleanPrefMember sync_disabled_;
558 mutable BooleanPrefMember signin_allowed_; 558 mutable BooleanPrefMember signin_allowed_;
559 mutable IntegerPrefMember network_prediction_options_; 559 mutable IntegerPrefMember network_prediction_options_;
560 // TODO(marja): Remove session_startup_pref_ if no longer needed. 560 // TODO(marja): Remove session_startup_pref_ if no longer needed.
561 mutable IntegerPrefMember session_startup_pref_; 561 mutable IntegerPrefMember session_startup_pref_;
562 mutable BooleanPrefMember quick_check_enabled_; 562 mutable BooleanPrefMember quick_check_enabled_;
563 mutable IntegerPrefMember incognito_availibility_pref_; 563 mutable IntegerPrefMember incognito_availibility_pref_;
564 564
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 mutable std::unique_ptr<certificate_transparency::TreeStateTracker> 638 mutable std::unique_ptr<certificate_transparency::TreeStateTracker>
639 ct_tree_tracker_; 639 ct_tree_tracker_;
640 mutable base::Closure ct_tree_tracker_unregistration_; 640 mutable base::Closure ct_tree_tracker_unregistration_;
641 641
642 const Profile::ProfileType profile_type_; 642 const Profile::ProfileType profile_type_;
643 643
644 DISALLOW_COPY_AND_ASSIGN(ProfileIOData); 644 DISALLOW_COPY_AND_ASSIGN(ProfileIOData);
645 }; 645 };
646 646
647 #endif // CHROME_BROWSER_PROFILES_PROFILE_IO_DATA_H_ 647 #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