Chromium Code Reviews| Index: chrome/browser/ui/browser.cc |
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc |
| index ae0e665dcda73d2bf4059108334ce89eba2f62f1..6b97a478fbc41d15ea24b9f3d8a10c5895623506 100644 |
| --- a/chrome/browser/ui/browser.cc |
| +++ b/chrome/browser/ui/browser.cc |
| @@ -256,6 +256,7 @@ Browser::Browser(Type type, Profile* profile) |
| is_attempting_to_close_browser_(false), |
| cancel_download_confirmation_state_(NOT_PROMPTED), |
| show_state_(ui::SHOW_STATE_DEFAULT), |
| + is_session_restore_(false), |
|
sky
2011/08/31 04:25:35
It seems like you only care about this in Show. Co
dhollowa
2011/08/31 16:06:09
I considered this, and I agree, it really is the "
|
| method_factory_(this), |
| block_command_execution_(false), |
| last_blocked_command_id_(-1), |