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

Unified Diff: chrome/install_static/install_util_unittest.cc

Issue 2884333004: Relocate Windows ProcessNeedsProfileDir to install_static (Closed)
Patch Set: typo Created 3 years, 7 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/install_static/install_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/install_static/install_util_unittest.cc
diff --git a/chrome/install_static/install_util_unittest.cc b/chrome/install_static/install_util_unittest.cc
index 9d60d63fab222793b51c6a237a069d6666056304..2acf4e969c1480cef5b50d4203fe6fcd14acd82e 100644
--- a/chrome/install_static/install_util_unittest.cc
+++ b/chrome/install_static/install_util_unittest.cc
@@ -261,7 +261,7 @@ TEST(InstallStaticTest, SpacesAndQuotesWindowsInspired) {
}
TEST(InstallStaticTest, BrowserProcessTest) {
- EXPECT_EQ(ProcessType::UNINITIALIZED, g_process_type);
+ EXPECT_FALSE(IsProcessTypeInitialized());
InitializeProcessType();
EXPECT_FALSE(IsNonBrowserProcess());
}
« no previous file with comments | « chrome/install_static/install_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698