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

Unified Diff: chrome/browser/browser_process_platform_part_chromeos.h

Issue 2983443002: Make chrome --mus run the UI Service inside the browser process. (Closed)
Patch Set: Only register the UI Service in Mushrome, but not in Classic Ash. Created 3 years, 5 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/browser_process_platform_part_chromeos.h
diff --git a/chrome/browser/browser_process_platform_part_chromeos.h b/chrome/browser/browser_process_platform_part_chromeos.h
index 657c817a4ae11c84bf265ce01eea73d6a3a341e1..6aaaed868e2bef9776b6b9060581ee94cf59922f 100644
--- a/chrome/browser/browser_process_platform_part_chromeos.h
+++ b/chrome/browser/browser_process_platform_part_chromeos.h
@@ -13,6 +13,7 @@
#include "base/macros.h"
#include "base/sequence_checker.h"
#include "chrome/browser/browser_process_platform_part_base.h"
+#include "services/ui/common/image_cursors_set.h"
namespace chromeos {
class ChromeSessionManager;
@@ -140,6 +141,9 @@ class BrowserProcessPlatformPart : public BrowserProcessPlatformPartBase {
base::flat_set<std::string> compatible_cros_components_;
+ // Used by the UI Service.
+ ui::ImageCursorsSet image_cursors_set_;
+
#if defined(USE_OZONE)
std::unique_ptr<ui::InputDeviceControllerClient>
input_device_controller_client_;

Powered by Google App Engine
This is Rietveld 408576698