| OLD | NEW |
| 1 // Copyright 2017 The Chromium Authors. All rights reserved. | 1 // Copyright 2017 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 #include "chrome/browser/flag_descriptions.h" | 5 #include "chrome/browser/flag_descriptions.h" |
| 6 | 6 |
| 7 namespace flag_descriptions { | 7 namespace flag_descriptions { |
| 8 | 8 |
| 9 // Material Design version of chrome://bookmarks | 9 // Material Design version of chrome://bookmarks |
| 10 | 10 |
| (...skipping 1938 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1949 | 1949 |
| 1950 const char kChromeHomeName[] = "Chrome Home"; | 1950 const char kChromeHomeName[] = "Chrome Home"; |
| 1951 | 1951 |
| 1952 const char kChromeHomeDescription[] = "Enables Chrome Home on Android."; | 1952 const char kChromeHomeDescription[] = "Enables Chrome Home on Android."; |
| 1953 | 1953 |
| 1954 const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button"; | 1954 const char kChromeHomeExpandButtonName[] = "Chrome Home Expand Button"; |
| 1955 | 1955 |
| 1956 const char kChromeHomeExpandButtonDescription[] = | 1956 const char kChromeHomeExpandButtonDescription[] = |
| 1957 "Enables the expand button for Chrome Home."; | 1957 "Enables the expand button for Chrome Home."; |
| 1958 | 1958 |
| 1959 const char kChromeHomeNtpRedesignName[] = "Chrome Home NTP Redesign"; | |
| 1960 | |
| 1961 const char kChromeHomeNtpRedesignDescription[] = | |
| 1962 "Enables the NTP redesign for Chrome Home."; | |
| 1963 | |
| 1964 #endif // defined(OS_ANDROID) | 1959 #endif // defined(OS_ANDROID) |
| 1965 | 1960 |
| 1966 // In-Product Help flags | 1961 // In-Product Help flags |
| 1967 | 1962 |
| 1968 #if defined(OS_ANDROID) | 1963 #if defined(OS_ANDROID) |
| 1969 | 1964 |
| 1970 const char kEnableIphDemoModeName[] = "In-Product Help Demo Mode"; | 1965 const char kEnableIphDemoModeName[] = "In-Product Help Demo Mode"; |
| 1971 | 1966 |
| 1972 const char kEnableIphDemoModeDescription[] = | 1967 const char kEnableIphDemoModeDescription[] = |
| 1973 "Enables In-Product Help demo mode on Android."; | 1968 "Enables In-Product Help demo mode on Android."; |
| (...skipping 1170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3144 | 3139 |
| 3145 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) | 3140 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) |
| 3146 | 3141 |
| 3147 #if defined(OS_MACOSX) | 3142 #if defined(OS_MACOSX) |
| 3148 extern const char kMacRTLName[] = "Enable RTL"; | 3143 extern const char kMacRTLName[] = "Enable RTL"; |
| 3149 extern const char kMacRTLDescription[] = | 3144 extern const char kMacRTLDescription[] = |
| 3150 "Mirrors the UI for RTL language users"; | 3145 "Mirrors the UI for RTL language users"; |
| 3151 #endif | 3146 #endif |
| 3152 | 3147 |
| 3153 } // namespace flag_descriptions | 3148 } // namespace flag_descriptions |
| OLD | NEW |