| Index: trunk/src/chrome/browser/profiles/avatar_menu.h
|
| ===================================================================
|
| --- trunk/src/chrome/browser/profiles/avatar_menu.h (revision 235821)
|
| +++ trunk/src/chrome/browser/profiles/avatar_menu.h (working copy)
|
| @@ -128,6 +128,12 @@
|
| // last active browser changes, the menu will need to reference that browser.
|
| void ActiveBrowserChanged(Browser* browser);
|
|
|
| + // Start the sign-out process for this profile.
|
| + content::WebContents* BeginSignOut();
|
| +
|
| + // Use a different URL for logout (for testing only).
|
| + void SetLogoutURL(const std::string& logout_url);
|
| +
|
| // Returns true if the add profile link should be shown.
|
| bool ShouldShowAddNewProfileLink() const;
|
|
|
|
|