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

Unified Diff: chrome/browser/chromeos/profiles/profile_helper.h

Issue 2711033002: Fix Arc integration test. (Closed)
Patch Set: Created 3 years, 10 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/chromeos/profiles/profile_helper.h
diff --git a/chrome/browser/chromeos/profiles/profile_helper.h b/chrome/browser/chromeos/profiles/profile_helper.h
index e987403d705bdece444121e1722ab6203d273768..691a6b0308a42e0c55b5c39a398c44949d898689 100644
--- a/chrome/browser/chromeos/profiles/profile_helper.h
+++ b/chrome/browser/chromeos/profiles/profile_helper.h
@@ -203,6 +203,9 @@ class ProfileHelper
// Removes |account_id| user from |user_to_profile_for_testing_| for testing.
void RemoveUserFromListForTesting(const AccountId& account_id);
+ // Clears all test account for testing.
+ void ClearUserToProfileMappingForTesting();
+
// Identifies path to active user profile on Chrome OS.
std::string active_user_id_hash_;

Powered by Google App Engine
This is Rietveld 408576698