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

Unified Diff: chrome/browser/profile_resetter/profile_resetter_test_base.cc

Issue 333193002: Adding a SW reporter component updater (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merged to ToT. Created 6 years, 6 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/browser/profile_resetter/profile_resetter_test_base.cc
diff --git a/chrome/browser/profile_resetter/profile_resetter_test_base.cc b/chrome/browser/profile_resetter/profile_resetter_test_base.cc
index 85b4ef7fd1620849e6672e0b20a3877c480d4406..f149672b2859269b97ab363f73c4b4312e3d47d1 100644
--- a/chrome/browser/profile_resetter/profile_resetter_test_base.cc
+++ b/chrome/browser/profile_resetter/profile_resetter_test_base.cc
@@ -4,6 +4,8 @@
#include "chrome/browser/profile_resetter/profile_resetter_test_base.h"
+#include <string>
+
#include "chrome/browser/profile_resetter/brandcoded_default_settings.h"
ProfileResetterMockObject::ProfileResetterMockObject() {}
@@ -33,6 +35,7 @@ void ProfileResetterTestBase::ResetAndWait(
new BrandcodedDefaultSettings);
resetter_->Reset(resettable_flags,
master_settings.Pass(),
+ false,
base::Bind(&ProfileResetterMockObject::StopLoop,
base::Unretained(&mock_object_)));
mock_object_.RunLoop();
@@ -45,6 +48,7 @@ void ProfileResetterTestBase::ResetAndWait(
new BrandcodedDefaultSettings(prefs));
resetter_->Reset(resettable_flags,
master_settings.Pass(),
+ false,
base::Bind(&ProfileResetterMockObject::StopLoop,
base::Unretained(&mock_object_)));
mock_object_.RunLoop();
« no previous file with comments | « chrome/browser/profile_resetter/profile_resetter.cc ('k') | chrome/browser/ui/webui/options/reset_profile_settings_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698