| Index: chrome/browser/defaults.cc
|
| ===================================================================
|
| --- chrome/browser/defaults.cc (revision 30202)
|
| +++ chrome/browser/defaults.cc (working copy)
|
| @@ -16,7 +16,6 @@
|
| SessionStartupPref::LAST;
|
| const int kPinnedTabWidth = 64;
|
| const bool kCanToggleSystemTitleBar = false;
|
| -const bool kRestorePopups = true;
|
|
|
| #elif defined(OS_LINUX)
|
|
|
| @@ -43,7 +42,6 @@
|
| const SessionStartupPref::Type kDefaultSessionStartupType =
|
| SessionStartupPref::DEFAULT;
|
| const int kPinnedTabWidth = 56;
|
| -const bool kRestorePopups = false;
|
|
|
| #endif
|
|
|
|
|