Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(38)

Unified Diff: chrome/browser/profiles/profile_window.h

Issue 471023003: Make sure the new confirmation bubble is always shown upon signin (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: show new confirmation bubble after modal dialog closed Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_window.cc » ('j') | chrome/browser/ui/sync/one_click_signin_helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698