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

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

Issue 2463023002: Revert of Add network throttling as an enterprise policy (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reverted by hand 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
493 extern const char kDownloadDefaultDirectory[]; 491 extern const char kDownloadDefaultDirectory[];
494 extern const char kDownloadExtensionsToOpen[]; 492 extern const char kDownloadExtensionsToOpen[];
495 extern const char kDownloadDirUpgraded[]; 493 extern const char kDownloadDirUpgraded[];
496 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) 494 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
497 extern const char kOpenPdfDownloadInSystemReader[]; 495 extern const char kOpenPdfDownloadInSystemReader[];
498 #endif 496 #endif
499 497
500 extern const char kSaveFileDefaultDirectory[]; 498 extern const char kSaveFileDefaultDirectory[];
501 extern const char kSaveFileType[]; 499 extern const char kSaveFileType[];
502 500
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 #endif 827 #endif
830 828
831 extern const char kOriginTrialPublicKey[]; 829 extern const char kOriginTrialPublicKey[];
832 extern const char kOriginTrialDisabledFeatures[]; 830 extern const char kOriginTrialDisabledFeatures[];
833 831
834 extern const char kComponentUpdatesEnabled[]; 832 extern const char kComponentUpdatesEnabled[];
835 833
836 } // namespace prefs 834 } // namespace prefs
837 835
838 #endif // CHROME_COMMON_PREF_NAMES_H_ 836 #endif // CHROME_COMMON_PREF_NAMES_H_
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698