| Index: chrome/browser/external_tab_container_win.h
|
| ===================================================================
|
| --- chrome/browser/external_tab_container_win.h (revision 99261)
|
| +++ chrome/browser/external_tab_container_win.h (working copy)
|
| @@ -176,6 +176,12 @@
|
| const string16& type,
|
| const string16& data,
|
| int intent_id);
|
| + virtual void FindReply(TabContents* tab,
|
| + int request_id,
|
| + int number_of_matches,
|
| + const gfx::Rect& selection_rect,
|
| + int active_match_ordinal,
|
| + bool final_update);
|
|
|
| void RegisterRenderViewHost(RenderViewHost* render_view_host);
|
| void UnregisterRenderViewHost(RenderViewHost* render_view_host);
|
| @@ -289,9 +295,6 @@
|
| // whether top level URL requests are to be handled by the automation client.
|
| bool handle_top_level_requests_;
|
|
|
| - // Scoped browser object for this ExternalTabContainer instance.
|
| - scoped_ptr<Browser> browser_;
|
| -
|
| // Contains ExternalTabContainers that have not been connected to as yet.
|
| static base::LazyInstance<PendingTabs> pending_tabs_;
|
|
|
|
|