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

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

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: 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 471 matching lines...) Expand 10 before | Expand all | Expand 10 after
482 482
483 extern const char kBrowserSuppressDefaultBrowserPrompt[]; 483 extern const char kBrowserSuppressDefaultBrowserPrompt[];
484 484
485 extern const char kBrowserWindowPlacement[]; 485 extern const char kBrowserWindowPlacement[];
486 extern const char kBrowserWindowPlacementPopup[]; 486 extern const char kBrowserWindowPlacementPopup[];
487 extern const char kTaskManagerWindowPlacement[]; 487 extern const char kTaskManagerWindowPlacement[];
488 extern const char kTaskManagerColumnVisibility[]; 488 extern const char kTaskManagerColumnVisibility[];
489 extern const char kTaskManagerEndProcessEnabled[]; 489 extern const char kTaskManagerEndProcessEnabled[];
490 extern const char kAppWindowPlacement[]; 490 extern const char kAppWindowPlacement[];
491 491
492 extern const char kNetworkThrottlingEnabled[];
493
492 extern const char kDownloadDefaultDirectory[]; 494 extern const char kDownloadDefaultDirectory[];
493 extern const char kDownloadExtensionsToOpen[]; 495 extern const char kDownloadExtensionsToOpen[];
494 extern const char kDownloadDirUpgraded[]; 496 extern const char kDownloadDirUpgraded[];
495 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) 497 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
496 extern const char kOpenPdfDownloadInSystemReader[]; 498 extern const char kOpenPdfDownloadInSystemReader[];
497 #endif 499 #endif
498 500
499 extern const char kSaveFileDefaultDirectory[]; 501 extern const char kSaveFileDefaultDirectory[];
500 extern const char kSaveFileType[]; 502 extern const char kSaveFileType[];
501 503
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
828 #endif 830 #endif
829 831
830 extern const char kOriginTrialPublicKey[]; 832 extern const char kOriginTrialPublicKey[];
831 extern const char kOriginTrialDisabledFeatures[]; 833 extern const char kOriginTrialDisabledFeatures[];
832 834
833 extern const char kComponentUpdatesEnabled[]; 835 extern const char kComponentUpdatesEnabled[];
834 836
835 } // namespace prefs 837 } // namespace prefs
836 838
837 #endif // CHROME_COMMON_PREF_NAMES_H_ 839 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698