diff options
author | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 18:37:14 +0000 |
---|---|---|
committer | sky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-09 18:37:14 +0000 |
commit | a1660b5032541493766509f4e2835abc81541564 (patch) | |
tree | 57ba63a53bebc724d487abfcfdc6248665c1c8df /chrome/chrome.gyp | |
parent | 36f7e7bbb4ff17d46b2a2ed68c28301aad0eaebe (diff) | |
download | chromium_src-a1660b5032541493766509f4e2835abc81541564.zip chromium_src-a1660b5032541493766509f4e2835abc81541564.tar.gz chromium_src-a1660b5032541493766509f4e2835abc81541564.tar.bz2 |
Adds more debugging code in hopes of figuring out why on dragging the
tab strip model is empty, but not the tab strip. The latest crash data
indicates the tab strip is not closing all.
BUG=24132
TEST=none
Review URL: http://codereview.chromium.org/375017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome.gyp')
-rwxr-xr-x | chrome/chrome.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome.gyp b/chrome/chrome.gyp index 7711bfd..07dc335 100755 --- a/chrome/chrome.gyp +++ b/chrome/chrome.gyp @@ -2153,6 +2153,8 @@ 'browser/sync/sync_setup_wizard.h', 'browser/sync/sync_status_ui_helper.cc', 'browser/sync/sync_status_ui_helper.h', + 'browser/state_tracker.cc', + 'browser/state_tracker.h', 'browser/tab_contents/constrained_window.h', 'browser/tab_contents/infobar_delegate.cc', 'browser/tab_contents/infobar_delegate.h', |