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

Unified Diff: ash/shell.h

Issue 2103053004: mash: Convert virtual keyboard system tray item to wm common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: tweak Created 4 years, 6 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.h
diff --git a/ash/shell.h b/ash/shell.h
index 984482ff6694e885afc55d7860f9316c3b25486c..59c6cbaac288756257d096390ec8d8882e9a09f5 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -102,7 +102,6 @@ class EventTransformationHandler;
class FirstRunHelper;
class GPUSupport;
class HighContrastController;
-class KeyboardUI;
class KeyboardUMAEventFilter;
class LastWindowClosedLogoutReminder;
class LinkHandlerModelFactory;
@@ -527,8 +526,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
return is_touch_hud_projection_enabled_;
}
- KeyboardUI* keyboard_ui() { return keyboard_ui_.get(); }
-
// TODO(sky): remove this. This was needed by sysui, but as sysui is going
// away it should no longer be needed.
bool in_mus() const { return in_mus_; }
@@ -745,8 +742,6 @@ class ASH_EXPORT Shell : public SystemModalContainerEventFilterDelegate,
bool in_mus_ = false;
- std::unique_ptr<KeyboardUI> keyboard_ui_;
-
DISALLOW_COPY_AND_ASSIGN(Shell);
};
« ash/common/wm_shell.cc ('K') | « ash/common/wm_shell.cc ('k') | ash/shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698