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

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

Issue 11228038: Linux: change protobuf default option to allow building (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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 | 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;
8
9 package enterprise_management; 7 package enterprise_management;
10 8
11 message DevicePolicyRefreshRateProto { 9 message DevicePolicyRefreshRateProto {
12 // In milliseconds. 10 // In milliseconds.
13 optional int64 device_policy_refresh_rate = 1; 11 optional int64 device_policy_refresh_rate = 1;
14 } 12 }
15 13
16 message UserWhitelistProto { 14 message UserWhitelistProto {
17 repeated string user_whitelist = 1; 15 repeated string user_whitelist = 1;
18 } 16 }
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 optional DeviceReportingProto device_reporting = 12; 233 optional DeviceReportingProto device_reporting = 12;
236 optional EphemeralUsersEnabledProto ephemeral_users_enabled = 13; 234 optional EphemeralUsersEnabledProto ephemeral_users_enabled = 13;
237 optional AppPackProto app_pack = 14; 235 optional AppPackProto app_pack = 14;
238 optional ForcedLogoutTimeoutsProto forced_logout_timeouts = 15; 236 optional ForcedLogoutTimeoutsProto forced_logout_timeouts = 15;
239 optional ScreenSaverProto login_screen_saver = 16; 237 optional ScreenSaverProto login_screen_saver = 16;
240 optional AutoUpdateSettingsProto auto_update_settings = 17; 238 optional AutoUpdateSettingsProto auto_update_settings = 17;
241 optional StartUpUrlsProto start_up_urls = 18; 239 optional StartUpUrlsProto start_up_urls = 18;
242 optional PinnedAppsProto pinned_apps = 19; 240 optional PinnedAppsProto pinned_apps = 19;
243 optional SystemTimezoneProto system_timezone = 20; 241 optional SystemTimezoneProto system_timezone = 20;
244 } 242 }
OLDNEW
« no previous file with comments | « chrome/browser/net/cert_logger.proto ('k') | chrome/browser/policy/proto/device_management_backend.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698