Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / chrome / test / base / testing_profile_manager.h
index a1e9f2e..8fcd7a2 100644 (file)
@@ -70,6 +70,10 @@ class TestingProfileManager {
   // Deletes a TestingProfile from the profile subsystem.
   void DeleteTestingProfile(const std::string& profile_name);
 
+  // Deletes all TestingProfiles from the profile subsystem, including guest
+  // profiles.
+  void DeleteAllTestingProfiles();
+
   // Deletes a guest TestingProfile from the profile manager.
   void DeleteGuestProfile();