| Index: chrome/browser/flag_descriptions.cc
 | 
| diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
 | 
| index 86dc6f6d31bc265a3b4a2c3e4d9945309f3ce9b5..b97c55795eeecbecad54027ec1c5d3459771a527 100644
 | 
| --- a/chrome/browser/flag_descriptions.cc
 | 
| +++ b/chrome/browser/flag_descriptions.cc
 | 
| @@ -663,8 +663,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";
 | 
|  
 | 
| @@ -672,8 +670,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 kAshShelfColorName[] = "Shelf color in Chrome OS system UI";
 | 
| 
 |