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

Unified Diff: ash/common/wm_window.h

Issue 2563343002: Remove extension_misc::IsImeMenuExtensionId. (Closed)
Patch Set: Remove kExcludeFromMruKey. Created 4 years 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/common/wm/window_state.cc ('k') | ash/common/wm_window_property.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/wm_window.h
diff --git a/ash/common/wm_window.h b/ash/common/wm_window.h
index 1a8db629794125cd56f12aa3d8dfff801dd51f13..6dbe40be28e53eb3fc01875e1d7682972ecddf3f 100644
--- a/ash/common/wm_window.h
+++ b/ash/common/wm_window.h
@@ -282,7 +282,6 @@ class ASH_EXPORT WmWindow {
virtual void Maximize() = 0;
virtual void Minimize() = 0;
virtual void Unminimize() = 0;
- virtual void SetExcludedFromMru(bool excluded_from_mru) = 0;
virtual bool CanMaximize() const = 0;
virtual bool CanMinimize() const = 0;
« no previous file with comments | « ash/common/wm/window_state.cc ('k') | ash/common/wm_window_property.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698