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

Unified Diff: chrome/test/in_process_browser_test.cc

Issue 99097: Adding browser tests, for which the DLL is unloaded after each test (take 2) (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/test/browser/run_all_unittests.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/in_process_browser_test.cc
===================================================================
--- chrome/test/in_process_browser_test.cc (revision 14669)
+++ chrome/test/in_process_browser_test.cc (working copy)
@@ -44,15 +44,6 @@
return false;
}
-class ShadowingAtExitManager : public base::AtExitManager {
- public:
- ShadowingAtExitManager() : base::AtExitManager(true) {}
- virtual ~ShadowingAtExitManager() {}
-
- private:
- DISALLOW_COPY_AND_ASSIGN(ShadowingAtExitManager);
-};
-
} // namespace
InProcessBrowserTest::InProcessBrowserTest()
@@ -64,8 +55,6 @@
}
void InProcessBrowserTest::SetUp() {
- ShadowingAtExitManager at_exit_manager;
-
// Cleanup the user data dir.
std::wstring user_data_dir;
PathService::Get(chrome::DIR_USER_DATA, &user_data_dir);
« no previous file with comments | « chrome/test/browser/run_all_unittests.cc ('k') | chrome/test/unit/unittests.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698