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

Unified Diff: chrome/browser/ui/app_list/profile_loader_unittest.cc

Issue 1113333003: Don't create a new profile when cleaning up stale ephemeral profiles. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: fix Created 5 years, 7 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/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/profile_store.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/profile_loader_unittest.cc
diff --git a/chrome/browser/ui/app_list/profile_loader_unittest.cc b/chrome/browser/ui/app_list/profile_loader_unittest.cc
index 10433c9d57f41c79c4f9cc480ad17ddfffad4029..5d638896b894ea626182cc5294ead27e41b04ee3 100644
--- a/chrome/browser/ui/app_list/profile_loader_unittest.cc
+++ b/chrome/browser/ui/app_list/profile_loader_unittest.cc
@@ -21,7 +21,7 @@ class ProfileLoaderUnittest : public testing::Test {
new FakeProfile("p2", base::FilePath(FILE_PATH_LITERAL("profile2"))));
profile_store_.reset(new FakeProfileStore(
- base::FilePath(FILE_PATH_LITERAL("udd"))));
+ base::FilePath(FILE_PATH_LITERAL("udd")), "ip"));
loader_.reset(new ProfileLoader(profile_store_.get()));
}
« no previous file with comments | « chrome/browser/ui/app_list/app_list_service_unittest.cc ('k') | chrome/browser/ui/app_list/profile_store.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698