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

Unified Diff: chrome/browser/ui/app_list/test/fake_profile_store.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: review 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
Index: chrome/browser/ui/app_list/test/fake_profile_store.cc
diff --git a/chrome/browser/ui/app_list/test/fake_profile_store.cc b/chrome/browser/ui/app_list/test/fake_profile_store.cc
index 641940f32be5e33d3d8ed35d48c25f1bcf333538..dbf70be08ed9b111fd6729ebff0ea4537266627e 100644
--- a/chrome/browser/ui/app_list/test/fake_profile_store.cc
+++ b/chrome/browser/ui/app_list/test/fake_profile_store.cc
@@ -59,6 +59,10 @@ base::FilePath FakeProfileStore::GetUserDataDir() {
return user_data_dir_;
}
+std::string FakeProfileStore::GetLastUsedProfileName() {
+ return std::string();
+}
+
bool FakeProfileStore::IsProfileSupervised(const base::FilePath& path) {
return false;
}

Powered by Google App Engine
This is Rietveld 408576698