| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 7c2995210c15df3565d546caf22660119c0a3a97..b432652499118beb22cf274dc40a9d8ec8df2e90 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -675,8 +675,6 @@ const char kPassiveEventListenerDefaultDescription[] =
|
| "demonstrating the potential performance benefits of adopting passive "
|
| "event listeners.";
|
|
|
| -#if defined(OS_ANDROID)
|
| -
|
| const char kImportantSitesInCbdName[] =
|
| "Important sites options in clear browsing data dialog";
|
|
|
| @@ -684,8 +682,6 @@ const char kImportantSitesInCbdDescription[] =
|
| "Include the option to whitelist important sites in the clear browsing "
|
| "data dialog.";
|
|
|
| -#endif // defined(OS_ANDROID)
|
| -
|
| #if defined(USE_ASH)
|
|
|
| const char kAshShelfColor[] = "Shelf color in Chrome OS system UI";
|
|
|