Index: chrome/browser/ui/ash/ash_init.h |
diff --git a/chrome/browser/ui/ash/ash_init.h b/chrome/browser/ui/ash/ash_init.h |
index b1141bd111b682cab6a8162748a77fb4cfe1c73e..71c20572ff23de34f1657ac8a07a5dcdad8f09dd 100644 |
--- a/chrome/browser/ui/ash/ash_init.h |
+++ b/chrome/browser/ui/ash/ash_init.h |
@@ -19,6 +19,11 @@ void OpenAsh(gfx::AcceleratedWidget remote_window); |
// Closes the Ash window and destroys the Ash Shell. |
void CloseAsh(); |
+#if defined(OS_WIN) |
+// Returns true if the browser process on Windows is launched to serve ASH. |
+bool IsAshProcess(); |
sky
2014/06/19 15:36:00
This name is confusing and implies we have a separ
ananta
2014/06/19 19:30:25
IsViewerProcess does not seem right. Viewer is the
|
+#endif |
+ |
} // namespace chrome |
#endif // CHROME_BROWSER_UI_ASH_ASH_INIT_H_ |