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

Unified Diff: content/browser/tab_contents/tab_contents_delegate_unittest.cc

Issue 7744039: Switch ChromeTestSuite to the same convention as ContentTestSuite: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more fixing Created 9 years, 4 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: content/browser/tab_contents/tab_contents_delegate_unittest.cc
diff --git a/content/browser/tab_contents/tab_contents_delegate_unittest.cc b/content/browser/tab_contents/tab_contents_delegate_unittest.cc
index b23929a111017da0d0eb87ab0293f0a2a2adb342..55a25b82f5e597b39d2b97ef9bf91adc4a51ebb9 100644
--- a/content/browser/tab_contents/tab_contents_delegate_unittest.cc
+++ b/content/browser/tab_contents/tab_contents_delegate_unittest.cc
@@ -62,7 +62,6 @@ class MockTabContentsDelegate : public TabContentsDelegate {
TEST(TabContentsDelegateTest, UnregisterInDestructor) {
MessageLoop loop(MessageLoop::TYPE_UI);
- ScopedTestingBrowserProcess browser_process;
scoped_ptr<MockTabContentsDelegate> delegate(new MockTabContentsDelegate());
scoped_ptr<Profile> profile(new TestingProfile());
scoped_ptr<TabContents> contents_a(
« content/browser/DEPS ('K') | « content/browser/tab_contents/navigation_entry_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698