diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:33:31 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-15 21:33:31 +0000 |
commit | 24316bc454a892383ca1db4c3a9af79993b8a413 (patch) | |
tree | ec2f5d3c08b64ab676908eb3b855522f2f0b29bc /chrome/browser/browser.vcproj | |
parent | f77348368cac4d8d230156533311d4ae0f2cc3d2 (diff) | |
download | chromium_src-24316bc454a892383ca1db4c3a9af79993b8a413.zip chromium_src-24316bc454a892383ca1db4c3a9af79993b8a413.tar.gz chromium_src-24316bc454a892383ca1db4c3a9af79993b8a413.tar.bz2 |
Linux: Make findbar restore focus to last focused widget on close.
Factor out some common code to FocusStoreGtk so it can be shared by anyone who cares about remembering which widget last had focus. Currently used in FindBarGtk and TabContentsViewGtk.
Review URL: http://codereview.chromium.org/115391
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16189 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index b712615..07b0fb27c 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1870,6 +1870,10 @@ > </File> <File + RelativePath=".\download\download_started_animation.h" + > + </File> + <File RelativePath=".\download\download_util.cc" > </File> |