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

Unified Diff: chrome/browser/ui/views/frame/browser_view.h

Issue 288493008: UMA Metrics for the user menu, including vasquette-detection (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Clear service type after profilechooser action. Rename default histogram. Created 6 years, 7 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/ui/views/frame/browser_view.h
diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
index 54c42d677212504b0b4d31d9d176b50050417f1b..013cbfeabf512a598b1a2084bd5a05499430ff38 100644
--- a/chrome/browser/ui/views/frame/browser_view.h
+++ b/chrome/browser/ui/views/frame/browser_view.h
@@ -75,6 +75,10 @@ namespace extensions {
class Extension;
}
+namespace signin {
+enum GAIA_SERVICE_TYPE;
sky 2014/05/23 19:55:22 I didn't think you could forward declare enums.
Mike Lerman 2014/05/23 20:13:04 Should I not? I would otherwise import the signin_
+}
+
namespace views {
class AccessiblePaneView;
class ExternalFocusTracker;
@@ -361,7 +365,8 @@ class BrowserView : public BrowserWindow,
GetWebContentsModalDialogHost() OVERRIDE;
virtual void ShowAvatarBubble(content::WebContents* web_contents,
const gfx::Rect& rect) OVERRIDE;
- virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode) OVERRIDE;
+ virtual void ShowAvatarBubbleFromAvatarButton(AvatarBubbleMode mode,
+ signin::GAIA_SERVICE_TYPE service_type) OVERRIDE;
virtual void ShowPasswordGenerationBubble(
const gfx::Rect& rect,
const autofill::PasswordForm& form,

Powered by Google App Engine
This is Rietveld 408576698