Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / cocoa / autofill / autofill_dialog_window_controller.h
index ee94e07..a2b8258 100644 (file)
@@ -48,6 +48,7 @@ class AutofillDialogCocoa;
 - (void)modelChanged;
 - (void)updateErrorBubble;
 - (void)onSignInResize:(NSSize)size;
+- (void)validateSection:(autofill::DialogSection)section;
 
 @end
 
@@ -89,17 +90,4 @@ class AutofillDialogCocoa;
 @end
 
 
-// Mirrors the TestableAutofillDialogView API on the C++ side.
-@interface AutofillDialogWindowController (TestableAutofillDialogView)
-
-- (void)setTextContents:(NSString*)text
-                forType:(autofill::ServerFieldType)type;
-- (void)setTextContents:(NSString*)text
- ofSuggestionForSection:(autofill::DialogSection)section;
-- (void)activateFieldForType:(autofill::ServerFieldType)type;
-- (content::WebContents*)getSignInWebContents;
-- (BOOL)isShowingOverlay;
-
-@end
-
 #endif  // CHROME_BROWSER_UI_COCOA_AUTOFILL_AUTOFILL_DIALOG_WINDOW_CONTROLLER_H_