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

Side by Side Diff: chrome/common/pref_names.h

Issue 2364703002: Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add network bandwidth throttling as an enterprise policy Created 4 years, 1 month 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
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 // Constants for the names of various preferences, for easier changing. 5 // Constants for the names of various preferences, for easier changing.
6 6
7 #ifndef CHROME_COMMON_PREF_NAMES_H_ 7 #ifndef CHROME_COMMON_PREF_NAMES_H_
8 #define CHROME_COMMON_PREF_NAMES_H_ 8 #define CHROME_COMMON_PREF_NAMES_H_
9 9
10 #include <stddef.h> 10 #include <stddef.h>
(...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 481
482 extern const char kBrowserSuppressDefaultBrowserPrompt[]; 482 extern const char kBrowserSuppressDefaultBrowserPrompt[];
483 483
484 extern const char kBrowserWindowPlacement[]; 484 extern const char kBrowserWindowPlacement[];
485 extern const char kBrowserWindowPlacementPopup[]; 485 extern const char kBrowserWindowPlacementPopup[];
486 extern const char kTaskManagerWindowPlacement[]; 486 extern const char kTaskManagerWindowPlacement[];
487 extern const char kTaskManagerColumnVisibility[]; 487 extern const char kTaskManagerColumnVisibility[];
488 extern const char kTaskManagerEndProcessEnabled[]; 488 extern const char kTaskManagerEndProcessEnabled[];
489 extern const char kAppWindowPlacement[]; 489 extern const char kAppWindowPlacement[];
490 490
491 extern const char kNetworkThrottlingEnabled[];
492
491 extern const char kDownloadDefaultDirectory[]; 493 extern const char kDownloadDefaultDirectory[];
492 extern const char kDownloadExtensionsToOpen[]; 494 extern const char kDownloadExtensionsToOpen[];
493 extern const char kDownloadDirUpgraded[]; 495 extern const char kDownloadDirUpgraded[];
494 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) 496 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
495 extern const char kOpenPdfDownloadInSystemReader[]; 497 extern const char kOpenPdfDownloadInSystemReader[];
496 #endif 498 #endif
497 499
498 extern const char kSaveFileDefaultDirectory[]; 500 extern const char kSaveFileDefaultDirectory[];
499 extern const char kSaveFileType[]; 501 extern const char kSaveFileType[];
500 502
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 #endif 831 #endif
830 832
831 extern const char kOriginTrialPublicKey[]; 833 extern const char kOriginTrialPublicKey[];
832 extern const char kOriginTrialDisabledFeatures[]; 834 extern const char kOriginTrialDisabledFeatures[];
833 835
834 extern const char kComponentUpdatesEnabled[]; 836 extern const char kComponentUpdatesEnabled[];
835 837
836 } // namespace prefs 838 } // namespace prefs
837 839
838 #endif // CHROME_COMMON_PREF_NAMES_H_ 840 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698