| Index: chrome/browser/defaults.cc
|
| ===================================================================
|
| --- chrome/browser/defaults.cc (revision 26838)
|
| +++ chrome/browser/defaults.cc (working copy)
|
| @@ -15,7 +15,6 @@
|
| const SessionStartupPref::Type kDefaultSessionStartupType =
|
| SessionStartupPref::LAST;
|
| const bool kSuppressCrashInfoBar = true;
|
| -const bool kRestoreAfterCrash = true;
|
| const int kPinnedTabWidth = 64;
|
|
|
| #elif defined(OS_LINUX)
|
| @@ -37,7 +36,6 @@
|
| const SessionStartupPref::Type kDefaultSessionStartupType =
|
| SessionStartupPref::DEFAULT;
|
| const bool kSuppressCrashInfoBar = false;
|
| -const bool kRestoreAfterCrash = false;
|
| const int kPinnedTabWidth = 56;
|
|
|
| #endif
|
|
|