| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 0c464505c638aa0e28959aa0f434f64e9915c789..a1e3c109080af19db6ab720eabf09b6d702a8fa3 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -1404,13 +1404,6 @@ const char kTaskManagerColumnVisibility[] = "task_manager.column_visibility";
|
| // A boolean indicating if ending processes are enabled or disabled by policy.
|
| const char kTaskManagerEndProcessEnabled[] = "task_manager.end_process_enabled";
|
|
|
| -#if defined(OS_CHROMEOS)
|
| -// Dictionary indicating current network bandwidth throttling settings.
|
| -// Contains a boolean (is throttling enabled) and two integers (upload rate
|
| -// and download rate in kbits/s to throttle to)
|
| -const char kNetworkThrottlingEnabled[] = "net.throttling_enabled";
|
| -#endif
|
| -
|
| // A collection of position, size, and other data relating to app windows to
|
| // restore on startup.
|
| const char kAppWindowPlacement[] = "browser.app_window_placement";
|
| @@ -1872,6 +1865,10 @@ const char kIsBootstrappingSlave[] = "is_oobe_bootstrapping_slave";
|
| // A preference that controlles Android status reporting.
|
| const char kReportArcStatusEnabled[] = "arc.status_reporting_enabled";
|
|
|
| +// Dictionary indicating current network bandwidth throttling settings.
|
| +// Contains a boolean (is throttling enabled) and two integers (upload rate
|
| +// and download rate in kbits/s to throttle to)
|
| +const char kNetworkThrottlingEnabled[] = "net.throttling_enabled";
|
| #endif // defined(OS_CHROMEOS)
|
|
|
| // Whether there is a Flash version installed that supports clearing LSO data.
|
|
|