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

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

Issue 2466693002: [Re-land] Add network throttling as enterprise policy (Closed)
Patch Set: [Re-land] Add network throttling as 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
« 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 475 matching lines...) Expand 10 before | Expand all | Expand 10 after
486 486
487 extern const char kBrowserSuppressDefaultBrowserPrompt[]; 487 extern const char kBrowserSuppressDefaultBrowserPrompt[];
488 488
489 extern const char kBrowserWindowPlacement[]; 489 extern const char kBrowserWindowPlacement[];
490 extern const char kBrowserWindowPlacementPopup[]; 490 extern const char kBrowserWindowPlacementPopup[];
491 extern const char kTaskManagerWindowPlacement[]; 491 extern const char kTaskManagerWindowPlacement[];
492 extern const char kTaskManagerColumnVisibility[]; 492 extern const char kTaskManagerColumnVisibility[];
493 extern const char kTaskManagerEndProcessEnabled[]; 493 extern const char kTaskManagerEndProcessEnabled[];
494 extern const char kAppWindowPlacement[]; 494 extern const char kAppWindowPlacement[];
495 495
496 extern const char kNetworkThrottlingEnabled[];
gab 2016/11/04 14:35:20 This should also be in an OS_CHROMEOS ifdef block.
497
496 extern const char kDownloadDefaultDirectory[]; 498 extern const char kDownloadDefaultDirectory[];
497 extern const char kDownloadExtensionsToOpen[]; 499 extern const char kDownloadExtensionsToOpen[];
498 extern const char kDownloadDirUpgraded[]; 500 extern const char kDownloadDirUpgraded[];
499 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX) 501 #if defined(OS_WIN) || defined(OS_LINUX) || defined(OS_MACOSX)
500 extern const char kOpenPdfDownloadInSystemReader[]; 502 extern const char kOpenPdfDownloadInSystemReader[];
501 #endif 503 #endif
502 504
503 extern const char kSaveFileDefaultDirectory[]; 505 extern const char kSaveFileDefaultDirectory[];
504 extern const char kSaveFileType[]; 506 extern const char kSaveFileType[];
505 507
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 #endif 835 #endif
834 836
835 extern const char kOriginTrialPublicKey[]; 837 extern const char kOriginTrialPublicKey[];
836 extern const char kOriginTrialDisabledFeatures[]; 838 extern const char kOriginTrialDisabledFeatures[];
837 839
838 extern const char kComponentUpdatesEnabled[]; 840 extern const char kComponentUpdatesEnabled[];
839 841
840 } // namespace prefs 842 } // namespace prefs
841 843
842 #endif // CHROME_COMMON_PREF_NAMES_H_ 844 #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