Index: chrome/browser/external_tab_container_win.h |
=================================================================== |
--- chrome/browser/external_tab_container_win.h (revision 56788) |
+++ chrome/browser/external_tab_container_win.h (working copy) |
@@ -9,7 +9,6 @@ |
#include <map> |
#include "base/lazy_instance.h" |
#include "chrome/browser/automation/automation_resource_message_filter.h" |
-#include "chrome/browser/automation/automation_profile_impl.h" |
#include "chrome/browser/browser.h" |
#include "chrome/browser/net/chrome_url_request_context.h" |
#include "chrome/browser/tab_contents/tab_contents_delegate.h" |
@@ -220,9 +219,6 @@ |
int relative_offset); |
void Navigate(const GURL& url, const GURL& referrer); |
- // Initializes the request context to be used for automation HTTP requests. |
- void InitializeAutomationRequestContext(int tab_handle); |
- |
private: |
friend class base::RefCounted<ExternalTabContainer>; |