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

Unified Diff: ash/common/shell_window_ids.h

Issue 2042913002: Converts MruWindowTracker to work with common types (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: not equal 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
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/shell_window_ids.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/shell_window_ids.h
diff --git a/ash/common/shell_window_ids.h b/ash/common/shell_window_ids.h
index 24ce1b03df66a6675b52ef8c5b0387c13dfd1bd0..4f68adc0a0662a07d065dcfcd9627c8dbf3aa9b9 100644
--- a/ash/common/shell_window_ids.h
+++ b/ash/common/shell_window_ids.h
@@ -115,6 +115,9 @@ const int kShellWindowId_Max = kShellWindowId_PowerButtonAnimationContainer;
ASH_EXPORT extern const int kActivatableShellWindowIds[];
ASH_EXPORT extern const size_t kNumActivatableShellWindowIds;
+// Returns true if |id| is in |kActivatableShellWindowIds|.
+ASH_EXPORT bool IsActivatableShellWindowId(int id);
+
} // namespace ash
#endif // ASH_COMMON_SHELL_WINDOW_IDS_H_
« no previous file with comments | « ash/aura/wm_window_aura.cc ('k') | ash/common/shell_window_ids.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698