diff options
author | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 19:27:53 +0000 |
---|---|---|
committer | mpcomplete@google.com <mpcomplete@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-11 19:27:53 +0000 |
commit | 844b9992391fd83a406e2b0f9a53d1351d4c8a5a (patch) | |
tree | e12622c206efb2f1c37bf30f701dce3af63eaffb /chrome/test/in_process_browser_test.h | |
parent | b8889fa5e6eab350802689bb76f4081857977add (diff) | |
download | chromium_src-844b9992391fd83a406e2b0f9a53d1351d4c8a5a.zip chromium_src-844b9992391fd83a406e2b0f9a53d1351d4c8a5a.tar.gz chromium_src-844b9992391fd83a406e2b0f9a53d1351d4c8a5a.tar.bz2 |
Reverting 11467.
Review URL: http://codereview.chromium.org/43093
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11471 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/in_process_browser_test.h')
-rw-r--r-- | chrome/test/in_process_browser_test.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/test/in_process_browser_test.h b/chrome/test/in_process_browser_test.h index 481103e..90dcdc9 100644 --- a/chrome/test/in_process_browser_test.h +++ b/chrome/test/in_process_browser_test.h @@ -77,7 +77,6 @@ class InProcessBrowserTest : public testing::Test, public NotificationObserver { // constructor. void set_show_window(bool show) { show_window_ = show; } void EnableDOMAutomation() { dom_automation_enabled_ = true; } - void EnableSingleProcess() { single_process_ = true; } private: // Invokes CreateBrowser to create a browser, then RunTestOnMainThread, and @@ -101,9 +100,6 @@ class InProcessBrowserTest : public testing::Test, public NotificationObserver { // that can send messages back to the browser). bool dom_automation_enabled_; - // Whether to run the test in single-process mode. - bool single_process_; - DISALLOW_COPY_AND_ASSIGN(InProcessBrowserTest); }; |