Chromium Code Reviews| Index: chrome/browser/defaults.h |
| =================================================================== |
| --- chrome/browser/defaults.h (revision 30237) |
| +++ chrome/browser/defaults.h (working copy) |
| @@ -34,6 +34,9 @@ |
| // Width of pinned tabs. |
| extern const int kPinnedTabWidth; |
| +// Should session restore restore popup windows? |
| +extern const bool kRestorePopups; |
| + |
| } // namespace browser_defaults |
| #endif // CHROME_BROWSER_DEFAULTS_H_ |