Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: chrome/browser/external_tab_container_win.h

Issue 3036038: ChromeFrame currently overrides the request context for intercepting network ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/external_tab_container_win.h
===================================================================
--- chrome/browser/external_tab_container_win.h (revision 54821)
+++ chrome/browser/external_tab_container_win.h (working copy)
@@ -10,7 +10,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>;

Powered by Google App Engine
This is Rietveld 408576698