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

Unified Diff: ash/shell_delegate.h

Issue 1124153007: Added the Ash.Tab.TimeBetweenSwitchToExistingTabUserActions histogram to track time between tab swit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed the branch that the diff was based on. Created 5 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: ash/shell_delegate.h
diff --git a/ash/shell_delegate.h b/ash/shell_delegate.h
index 64f81393fb0c76ca36b62b82e04b03a76c868833..e07dd2ccd362f2ed89f2cd144c3946c035070214 100644
--- a/ash/shell_delegate.h
+++ b/ash/shell_delegate.h
@@ -47,6 +47,7 @@ class ShelfDelegate;
class ShelfItemDelegate;
class ShelfModel;
class SystemTrayDelegate;
+class UserMetricsRecorderProxy;
class UserWallpaperDelegate;
struct ShelfItem;
@@ -153,6 +154,9 @@ class ASH_EXPORT ShellDelegate {
// Creates a GPU support object. Shell takes ownership of the object.
virtual GPUSupport* CreateGPUSupport() = 0;
+ // TODO(bruthig):
+ virtual UserMetricsRecorderProxy* CreateUserMetricsRecorderProxy() = 0;
+
// Get the product name.
virtual base::string16 GetProductName() const = 0;
};

Powered by Google App Engine
This is Rietveld 408576698