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

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, 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
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 473 matching lines...) Expand 10 before | Expand all | Expand 10 after
484 484
485 extern const char kBrowserSuppressDefaultBrowserPrompt[]; 485 extern const char kBrowserSuppressDefaultBrowserPrompt[];
486 486
487 extern const char kBrowserWindowPlacement[]; 487 extern const char kBrowserWindowPlacement[];
488 extern const char kBrowserWindowPlacementPopup[]; 488 extern const char kBrowserWindowPlacementPopup[];
489 extern const char kTaskManagerWindowPlacement[]; 489 extern const char kTaskManagerWindowPlacement[];
490 extern const char kTaskManagerColumnVisibility[]; 490 extern const char kTaskManagerColumnVisibility[];
491 extern const char kTaskManagerEndProcessEnabled[]; 491 extern const char kTaskManagerEndProcessEnabled[];
492 extern const char kAppWindowPlacement[]; 492 extern const char kAppWindowPlacement[];
493 493
494 extern const char kNetworkThrottlingEnabled[];
495
494 extern const char kDownloadDefaultDirectory[]; 496 extern const char kDownloadDefaultDirectory[];
495 extern const char kDownloadExtensionsToOpen[]; 497 extern const char kDownloadExtensionsToOpen[];
496 extern const char kDownloadDirUpgraded[]; 498 extern const char kDownloadDirUpgraded[];
497 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) 499 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
498 extern const char kOpenPdfDownloadInSystemReader[]; 500 extern const char kOpenPdfDownloadInSystemReader[];
499 #endif 501 #endif
500 502
501 extern const char kSaveFileDefaultDirectory[]; 503 extern const char kSaveFileDefaultDirectory[];
502 extern const char kSaveFileType[]; 504 extern const char kSaveFileType[];
503 505
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
832 #endif 834 #endif
833 835
834 extern const char kOriginTrialPublicKey[]; 836 extern const char kOriginTrialPublicKey[];
835 extern const char kOriginTrialDisabledFeatures[]; 837 extern const char kOriginTrialDisabledFeatures[];
836 838
837 extern const char kComponentUpdatesEnabled[]; 839 extern const char kComponentUpdatesEnabled[];
838 840
839 } // namespace prefs 841 } // namespace prefs
840 842
841 #endif // CHROME_COMMON_PREF_NAMES_H_ 843 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698