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

Unified Diff: chrome/browser/ui/ash/ash_init.h

Issue 348513002: On Windows ASH ensure that we get the display created for the root window serving ASH. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « no previous file | chrome/browser/ui/ash/ash_init.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698