| Index: chrome/browser/ui/ash/ash_util.h
|
| diff --git a/chrome/browser/ui/ash/ash_util.h b/chrome/browser/ui/ash/ash_util.h
|
| index 6e0cb9e3911ab07a92b1a106721843ae66d638ae..7465076be49502964c964c09c09e1c8615aacae3 100644
|
| --- a/chrome/browser/ui/ash/ash_util.h
|
| +++ b/chrome/browser/ui/ash/ash_util.h
|
| @@ -9,6 +9,9 @@
|
|
|
| namespace chrome {
|
|
|
| +// Returns true if Ash should be run at startup.
|
| +bool ShouldOpenAshOnStartup();
|
| +
|
| // Returns true if |native_view/native_window| exists within the Ash
|
| // environment.
|
| bool IsNativeViewInAsh(gfx::NativeView native_view);
|
|
|