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

Unified Diff: chrome/browser/ui/toolbar/media_router_action_platform_delegate.h

Issue 1423683002: [Media Router] Add P1 UMA metrics for Media Router. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix JS. Created 5 years, 2 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/toolbar/media_router_action_platform_delegate.h
diff --git a/chrome/browser/ui/toolbar/media_router_action_platform_delegate.h b/chrome/browser/ui/toolbar/media_router_action_platform_delegate.h
index a893c211fc55d6fe2700e74ef01a81e66118f4e3..c085d6484599bb1ad5b0aa431a545a5d3ccd432d 100644
--- a/chrome/browser/ui/toolbar/media_router_action_platform_delegate.h
+++ b/chrome/browser/ui/toolbar/media_router_action_platform_delegate.h
@@ -18,8 +18,9 @@ class MediaRouterActionPlatformDelegate {
// platform-specific implementation for the class.
static scoped_ptr<MediaRouterActionPlatformDelegate> Create(Browser* browser);
- // Closes the overflow menu, if it was open.
- virtual void CloseOverflowMenuIfOpen() = 0;
+ // Closes the overflow menu, if it was open. Returns whether or not the
+ // overflow menu was closed.
+ virtual bool CloseOverflowMenuIfOpen() = 0;
};
#endif // CHROME_BROWSER_UI_TOOLBAR_MEDIA_ROUTER_ACTION_PLATFORM_DELEGATE_H_

Powered by Google App Engine
This is Rietveld 408576698