| Index: chrome/browser/defaults.h
|
| diff --git a/chrome/browser/defaults.h b/chrome/browser/defaults.h
|
| index 3bd3fb262981fbf9a7021dce7a709a8dbf079a7c..c428f049ed3bf16289ca9a045158feedb494179f 100644
|
| --- a/chrome/browser/defaults.h
|
| +++ b/chrome/browser/defaults.h
|
| @@ -33,9 +33,6 @@ const int kMiniTabWidth = 64;
|
| const int kMiniTabWidth = 56;
|
| #endif
|
|
|
| -// Should session restore restore popup windows?
|
| -extern const bool kRestorePopups;
|
| -
|
| // Can the browser be alive without any browser windows?
|
| extern const bool kBrowserAliveWithNoWindows;
|
|
|
|
|