| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 4c8135fd6443670b125e36afa32955dc0f44b588..81618de852c64c0581b7ca5917a01ded511e1cb1 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1151,18 +1151,6 @@ const char kSSLVersionMin[] = "ssl-version-min";
|
| // Starts the browser maximized, regardless of any previous settings.
|
| const char kStartMaximized[] = "start-maximized";
|
|
|
| -// Controls the width of time-of-day filters on the 'suggested' ntp page, in
|
| -// minutes.
|
| -const char kSuggestionNtpFilterWidth[] = "suggestion-ntp-filter-width";
|
| -
|
| -// Enables a normal distribution dropoff to the relevancy of visits with respect
|
| -// to the time of day.
|
| -const char kSuggestionNtpGaussianFilter[] = "suggestion-ntp-gaussian-filter";
|
| -
|
| -// Enables a linear dropoff to the relevancy of visits with respect to the time
|
| -// of day.
|
| -const char kSuggestionNtpLinearFilter[] = "suggestion-ntp-linear-filter";
|
| -
|
| // Sets the supervised user ID for any loaded or newly created profile to the
|
| // given value. Pass an empty string to mark the profile as non-supervised.
|
| // Used for testing.
|
|
|