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

Unified Diff: chrome/browser/sessions/session_restore.h

Issue 1336823003: Move chrome::HostDesktopType to ui::HostDesktopType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@base_session_service_delegate_impl
Patch Set: Fix build on Mac and CrOS Created 5 years, 3 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
Index: chrome/browser/sessions/session_restore.h
diff --git a/chrome/browser/sessions/session_restore.h b/chrome/browser/sessions/session_restore.h
index a0985bea8c61bf33df92791f84d4488264f3a236..de48cc6eb918671e9ceaf5d410998203a2de8ce8 100644
--- a/chrome/browser/sessions/session_restore.h
+++ b/chrome/browser/sessions/session_restore.h
@@ -63,7 +63,7 @@ class SessionRestore {
// If |urls_to_open| is non-empty, a tab is added for each of the URLs.
static Browser* RestoreSession(Profile* profile,
Browser* browser,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
uint32 behavior,
const std::vector<GURL>& urls_to_open);
@@ -77,7 +77,7 @@ class SessionRestore {
// the created Browsers.
static std::vector<Browser*> RestoreForeignSessionWindows(
Profile* profile,
- chrome::HostDesktopType host_desktop_type,
+ ui::HostDesktopType host_desktop_type,
std::vector<const sessions::SessionWindow*>::const_iterator begin,
std::vector<const sessions::SessionWindow*>::const_iterator end);

Powered by Google App Engine
This is Rietveld 408576698