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

Unified Diff: ash/desktop_background/desktop_background_controller_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix InstantNTP test. Created 7 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
« no previous file with comments | « no previous file | ash/screensaver/screensaver_view_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/desktop_background/desktop_background_controller_unittest.cc
diff --git a/ash/desktop_background/desktop_background_controller_unittest.cc b/ash/desktop_background/desktop_background_controller_unittest.cc
index 4eb9b576d93a51ad937f4558eae838c518c48737..b46b6e336efb206fde0315d6cef32977a5c02e7f 100644
--- a/ash/desktop_background/desktop_background_controller_unittest.cc
+++ b/ash/desktop_background/desktop_background_controller_unittest.cc
@@ -100,8 +100,7 @@ void RunAnimationForWidget(views::Widget* widget) {
class DesktopBackgroundControllerTest : public test::AshTestBase {
public:
DesktopBackgroundControllerTest()
- : ui_thread_(content::BrowserThread::UI, base::MessageLoop::current()),
- command_line_(CommandLine::NO_PROGRAM),
+ : command_line_(CommandLine::NO_PROGRAM),
controller_(NULL) {
}
virtual ~DesktopBackgroundControllerTest() {}
@@ -247,8 +246,6 @@ class DesktopBackgroundControllerTest : public test::AshTestBase {
controller_->set_command_line_for_testing(&command_line_);
}
- content::TestBrowserThread ui_thread_;
-
// Custom command line passed to DesktopBackgroundController by
// WriteWallpapersAndSetFlags().
CommandLine command_line_;
« no previous file with comments | « no previous file | ash/screensaver/screensaver_view_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698