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

Unified Diff: chrome/browser/ui/ash/chrome_shell_delegate.h

Issue 2390793002: Removed Ash.AppList.TimeBetweenTaskSwitches and Ash.Tab.TimeBetweenSwitchToExistingTabUserActions h… (Closed)
Patch Set: Fixed up ash_unittests. Created 4 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/ash/chrome_shell_delegate.h
diff --git a/chrome/browser/ui/ash/chrome_shell_delegate.h b/chrome/browser/ui/ash/chrome_shell_delegate.h
index 8c053bc5389aca7ab304d666538f7cccf3e9ed44..999c2c110a9970b3d45e764865a5ff6d69e97346 100644
--- a/chrome/browser/ui/ash/chrome_shell_delegate.h
+++ b/chrome/browser/ui/ash/chrome_shell_delegate.h
@@ -11,7 +11,6 @@
#include "ash/common/shell_delegate.h"
#include "base/macros.h"
#include "build/build_config.h"
-#include "chrome/browser/ui/ash/metrics/chrome_user_metrics_recorder.h"
#include "content/public/browser/notification_observer.h"
#include "content/public/browser/notification_registrar.h"
@@ -73,9 +72,6 @@ class ChromeShellDelegate : public ash::ShellDelegate,
ChromeLauncherControllerImpl* shelf_delegate_;
- // Proxies events from chrome/browser to ash::UserMetricsRecorder.
- std::unique_ptr<ChromeUserMetricsRecorder> chrome_user_metrics_recorder_;
-
std::unique_ptr<chromeos::DisplayConfigurationObserver>
display_configuration_observer_;
« no previous file with comments | « chrome/browser/ui/ash/app_list/app_list_controller_ash.cc ('k') | chrome/browser/ui/ash/chrome_shell_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698