| Index: chrome/browser/browser_shutdown.h
 | 
| diff --git a/chrome/browser/browser_shutdown.h b/chrome/browser/browser_shutdown.h
 | 
| index 78481b8a27cd222cfe92a5cc6440e9337eec486d..8b9caafc3350337fc8e3da813d1b9699c3a57250 100644
 | 
| --- a/chrome/browser/browser_shutdown.h
 | 
| +++ b/chrome/browser/browser_shutdown.h
 | 
| @@ -10,10 +10,6 @@ class PrefService;
 | 
|  
 | 
|  namespace browser_shutdown {
 | 
|  
 | 
| -// Should Shutdown() delete the ResourceBundle? This is normally true, but set
 | 
| -// to false for in process unit tests.
 | 
| -extern bool delete_resources_on_shutdown;
 | 
| -
 | 
|  enum ShutdownType {
 | 
|    // an uninitialized value
 | 
|    NOT_VALID = 0,
 | 
| 
 |