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

Unified Diff: chrome_frame/test/net/fake_external_tab.h

Issue 333043: If a HTTP post to a server returns any redirect code other than 307, then bro... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 2 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_frame/test/net/fake_external_tab.h
===================================================================
--- chrome_frame/test/net/fake_external_tab.h (revision 30151)
+++ chrome_frame/test/net/fake_external_tab.h (working copy)
@@ -12,7 +12,7 @@
#include "chrome/app/scoped_ole_initializer.h"
#include "chrome/browser/browser_process_impl.h"
-
+#include "chrome/browser/chrome_thread.h"
#include "chrome_frame/test/test_server.h"
#include "chrome_frame/test/net/test_automation_provider.h"
#include "chrome_frame/test/net/process_singleton_subclass.h"
@@ -21,7 +21,7 @@
class ProcessSingleton;
-class FakeExternalTab {
+class FakeExternalTab {
public:
FakeExternalTab();
~FakeExternalTab();
@@ -101,6 +101,7 @@
// on the main thread.
FakeExternalTab fake_chrome_;
scoped_ptr<ProcessSingletonSubclass> pss_subclass_;
+ scoped_ptr<ChromeThread> main_thread_;
};
#endif // CHROME_FRAME_TEST_NET_FAKE_EXTERNAL_TAB_H_
Property changes on: chrome_frame\test\net\fake_external_tab.h
___________________________________________________________________
Added: svn:eol-style
+ LF

Powered by Google App Engine
This is Rietveld 408576698