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

Unified Diff: chrome/browser/profiles/profile_manager.cc

Issue 10560015: Implement base::win::IsMetroProcess. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 8 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
Index: chrome/browser/profiles/profile_manager.cc
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
index a1992a584e67875bb4e775e12c7802fb20ca5520..7855e32ac46e39eea8f774893fab678ddb8bd90c 100644
--- a/chrome/browser/profiles/profile_manager.cc
+++ b/chrome/browser/profiles/profile_manager.cc
@@ -949,7 +949,7 @@ bool ProfileManager::IsMultipleProfilesEnabled() {
return false;
#endif
#if defined(OS_WIN)
- if (base::win::GetMetroModule())
+ if (base::win::IsMetroProcess())
return false;
#endif
return !ManagedMode::IsInManagedMode();
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service_win.cc ('k') | chrome/browser/shell_integration_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698