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

Unified Diff: chrome/browser/ui/host_desktop.h

Issue 10855183: Give access to browsers by Profile/HostDesktopType. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Now Ash and Native desktop types are the same on ChromeOS Created 8 years, 4 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 | « chrome/browser/ui/browser_finder.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/host_desktop.h
diff --git a/chrome/browser/ui/host_desktop.h b/chrome/browser/ui/host_desktop.h
index 03e37d1504c0fbc2de50e062cc3384a32f94631f..2476ae635c4b69119bbf9eeb768c552f5f9f4fda 100644
--- a/chrome/browser/ui/host_desktop.h
+++ b/chrome/browser/ui/host_desktop.h
@@ -15,7 +15,11 @@ enum HostDesktopType {
HOST_DESKTOP_TYPE_NATIVE = 0,
// The UI is hosted in the synthetic Ash desktop.
+#if defined(OS_CHROMEOS)
+ HOST_DESKTOP_TYPE_ASH = HOST_DESKTOP_TYPE_NATIVE,
+#else
HOST_DESKTOP_TYPE_ASH,
+#endif
HOST_DESKTOP_TYPE_COUNT
};
« no previous file with comments | « chrome/browser/ui/browser_finder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698