| Index: chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| diff --git a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| index 510a93eae0534cc69a2170c88bdb2967dd785358..c54af46a8d4f9657bd64d0d9792859baf3c878d7 100644
|
| --- a/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| +++ b/chrome/browser/ui/cocoa/passwords/base_passwords_controller_test.h
|
| @@ -27,7 +27,8 @@ class ManagePasswordsControllerTest : public CocoaProfileTest {
|
| ManagePasswordsBubbleModel* GetModelAndCreateIfNull();
|
|
|
| // Sets the appropriate state for ManagePasswordsBubbleModel.
|
| - void SetUpPendingState();
|
| + void SetUpSavePendingState(bool empty_username);
|
| + void SetUpUpdatePendingState(bool multiple_forms);
|
| void SetUpConfirmationState();
|
| void SetUpManageState();
|
| void SetUpAccountChooser(
|
|
|