From 9e0534be9784821a8507f20a873d6410b21680e5 Mon Sep 17 00:00:00 2001 From: "brettw@google.com" Date: Tue, 21 Oct 2008 15:03:01 +0000 Subject: Factor find in page out of WebContents and into the view, since it is almost all view specific. Rename find in page controller to be "FindBarWin", and find in page view to be "findBarView" (since this is not Windows specific, but "Views" specific). I did lots of simplification and moving around of the find in page API. I coalesced several of the show functions into one master function on the view. I removed some other sizing and window updating code from WebContents and moved it to the view. Review URL: http://codereview.chromium.org/7667 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3654 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/browser_views.vcproj | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'chrome/browser/views/browser_views.vcproj') diff --git a/chrome/browser/views/browser_views.vcproj b/chrome/browser/views/browser_views.vcproj index e8a17da..cfce335 100644 --- a/chrome/browser/views/browser_views.vcproj +++ b/chrome/browser/views/browser_views.vcproj @@ -433,6 +433,26 @@ > + + + + + + + + + + -- cgit v1.1