| 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 3149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3160 "Use the local New Tab page if Google is the default search engine."; | 3160 "Use the local New Tab page if Google is the default search engine."; |
| 3161 | 3161 |
| 3162 const char kOneGoogleBarOnLocalNtpName[] = | 3162 const char kOneGoogleBarOnLocalNtpName[] = |
| 3163 "Enable the OneGoogleBar on the local NTP"; | 3163 "Enable the OneGoogleBar on the local NTP"; |
| 3164 const char kOneGoogleBarOnLocalNtpDescription[] = | 3164 const char kOneGoogleBarOnLocalNtpDescription[] = |
| 3165 "Show a OneGoogleBar on the local New Tab page if Google is the default " | 3165 "Show a OneGoogleBar on the local New Tab page if Google is the default " |
| 3166 "search engine."; | 3166 "search engine."; |
| 3167 | 3167 |
| 3168 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) | 3168 #endif // !defined(OS_ANDROID) && !defined(OS_IOS) |
| 3169 | 3169 |
| 3170 #if defined(OS_MACOSX) |
| 3171 extern const char kMacRTLName[] = "Enable RTL"; |
| 3172 extern const char kMacRTLDescription[] = |
| 3173 "Mirrors the UI for RTL language users"; |
| 3174 #endif |
| 3175 |
| 3170 } // namespace flag_descriptions | 3176 } // namespace flag_descriptions |
| OLD | NEW |