Chromium Code Reviews| Index: chrome/browser/profiles/profile_window.h |
| diff --git a/chrome/browser/profiles/profile_window.h b/chrome/browser/profiles/profile_window.h |
| index a4ac419dcf9565de34d5dbfd1562251cccfc4f03..e18ef4bd72c4a93f0090b44e995898b40f2acfc0 100644 |
| --- a/chrome/browser/profiles/profile_window.h |
| +++ b/chrome/browser/profiles/profile_window.h |
| @@ -92,8 +92,10 @@ void DisableNewProfileManagementPreview(Profile* profile); |
| // Converts from modes in the avatar menu to modes understood by |
| // ProfileChooserView. |
| -BubbleViewMode BubbleViewModeFromAvatarBubbleMode( |
| - BrowserWindow::AvatarBubbleMode mode); |
| +void BubbleViewModeFromAvatarBubbleMode( |
| + BrowserWindow::AvatarBubbleMode mode, |
| + BubbleViewMode& bubble_view_mode, |
| + TutorialMode& tutorial_mode); |
|
Roger Tawa OOO till Jul 10th
2014/08/14 21:54:09
Output args should be pointers.
guohui
2014/08/15 15:42:39
Done.
|
| } // namespace profiles |