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

Unified Diff: ash/shell.h

Issue 2265563002: Shuffles around immersive related classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@immersive_pure_virtual
Patch Set: move comment Created 4 years, 4 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
« no previous file with comments | « ash/shared/immersive_revealed_lock.cc ('k') | ash/shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/shell.h
diff --git a/ash/shell.h b/ash/shell.h
index 0cf5210b7f2462f68ffd9da2abb1d2170a9a3b42..a7d40751f96b57322e1c86cc69be794afbdbda07 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -93,7 +93,6 @@ class EventTransformationHandler;
class FirstRunHelper;
class GPUSupport;
class HighContrastController;
-class ImmersiveContextAsh;
class ImmersiveHandlerFactoryAsh;
class LinkHandlerModelFactory;
class LocaleNotificationController;
@@ -601,7 +600,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
// Injected content::GPUDataManager support.
std::unique_ptr<GPUSupport> gpu_support_;
- std::unique_ptr<ImmersiveContextAsh> immersive_context_;
std::unique_ptr<ImmersiveHandlerFactoryAsh> immersive_handler_factory_;
base::SequencedWorkerPool* blocking_pool_;
« no previous file with comments | « ash/shared/immersive_revealed_lock.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698