Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / browser / profile_chooser_controller.h
index 4efca94..3fab01c 100644 (file)
@@ -94,6 +94,9 @@ class WebContents;
 
 // Deletes an account from the active profile.
 - (IBAction)removeAccount:(id)sender;
+
+// Reset the WebContents used by the Gaia embedded view.
+- (void)cleanUpEmbeddedViewContents;
 @end
 
 // Testing API /////////////////////////////////////////////////////////////////