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

Unified Diff: chrome/browser/metrics/metrics_service_uitest.cc

Issue 7628006: GTTF: Use a fresh TestingBrowserProcess for each test, part #6 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes Created 9 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
Index: chrome/browser/metrics/metrics_service_uitest.cc
diff --git a/chrome/browser/metrics/metrics_service_uitest.cc b/chrome/browser/metrics/metrics_service_uitest.cc
index 6d25efd441adcac761c4a1b07da7aa47bdce5d0b..89dcb2eab20f01a037d69af8a9fb77de7d73b4d7 100644
--- a/chrome/browser/metrics/metrics_service_uitest.cc
+++ b/chrome/browser/metrics/metrics_service_uitest.cc
@@ -57,7 +57,7 @@ class MetricsServiceTest : public UITest {
FilePath path = user_data_dir().Append(chrome::kLocalStateFilename);
return PrefServiceMockBuilder().WithUserFilePrefs(path).Create();
}
-#if defined(OS_WIN)
+#if defined(OS_WIN) || defined(OS_LINUX)
// This is not really Windows-specific, the transition is just being done
// in stages, and Windows is first. See below for more info.
// TODO(phajdan.jr): Remove #ifdef after fixing http://crbug.com/61062.
« no previous file with comments | « chrome/browser/chromeos/status/input_method_menu_unittest.cc ('k') | chrome/browser/policy/device_policy_cache_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698