| 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_
|
|
|