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

Side by Side Diff: chrome/browser/chromeos/policy/proto/chrome_device_policy.proto

Issue 108563005: Move the cloud policy protobufs into the component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 7 years 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) 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 syntax = "proto2"; 5 syntax = "proto2";
6 6
7 option optimize_for = LITE_RUNTIME; 7 option optimize_for = LITE_RUNTIME;
8 8
9 package enterprise_management; 9 package enterprise_management;
10 10
(...skipping 565 matching lines...) Expand 10 before | Expand all | Expand 10 after
576 optional StartUpFlagsProto start_up_flags = 23; 576 optional StartUpFlagsProto start_up_flags = 23;
577 optional UptimeLimitProto uptime_limit = 24; 577 optional UptimeLimitProto uptime_limit = 24;
578 optional VariationsParameterProto variations_parameter = 25; 578 optional VariationsParameterProto variations_parameter = 25;
579 optional AttestationSettingsProto attestation_settings = 26; 579 optional AttestationSettingsProto attestation_settings = 26;
580 optional AccessibilitySettingsProto accessibility_settings = 27; 580 optional AccessibilitySettingsProto accessibility_settings = 27;
581 optional SupervisedUsersSettingsProto supervised_users_settings = 28; 581 optional SupervisedUsersSettingsProto supervised_users_settings = 28;
582 optional LoginScreenPowerManagementProto login_screen_power_management = 29; 582 optional LoginScreenPowerManagementProto login_screen_power_management = 29;
583 optional SystemUse24HourClockProto use_24hour_clock = 30; 583 optional SystemUse24HourClockProto use_24hour_clock = 30;
584 optional AutoCleanupSettigsProto auto_clean_up_settings = 31; 584 optional AutoCleanupSettigsProto auto_clean_up_settings = 31;
585 } 585 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/policy/proto/PRESUBMIT.py ('k') | chrome/browser/chromeos/policy/proto/install_attributes.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698