| Index: chrome/browser/flag_descriptions.cc
|
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
|
| index 2d865dfe2d36505e861f9f6f2c56ff312d8eaf44..4a55e0e30b19620d104ebc11c603ca419f6f34ae 100644
|
| --- a/chrome/browser/flag_descriptions.cc
|
| +++ b/chrome/browser/flag_descriptions.cc
|
| @@ -672,8 +672,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";
|
|
|
| @@ -681,8 +679,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";
|
|
|