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

Unified Diff: chrome/browser/downgrade/user_data_downgrade.h

Issue 2065103002: Removes downgrade browser test hack and verifies renamed user data dir. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: cr Created 4 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
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/downgrade/user_data_downgrade.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/downgrade/user_data_downgrade.h
diff --git a/chrome/browser/downgrade/user_data_downgrade.h b/chrome/browser/downgrade/user_data_downgrade.h
index 3ccd9290c87ead3964beb1852bc39bda972ae973..d137e25133f6d87aa00c5f47853c35152bbc3445 100644
--- a/chrome/browser/downgrade/user_data_downgrade.h
+++ b/chrome/browser/downgrade/user_data_downgrade.h
@@ -38,12 +38,6 @@ void DeleteMovedUserDataSoon();
// Returns true if Chrome is installed by MSI.
bool IsMSIInstall();
-// Changes the behavior of the above functions to simulate a downgrade for use
-// in tests. MoveUserDataForFirstRunAfterDowngrade will no longer rely on
-// registry and DeleteMovedUserDataSoon will always post task into blocking
-// pool for brower test.
-void SetSimulateDowngradeForTest(bool is_browser_test);
-
} // namespace downgrade
#endif // CHROME_BROWSER_DOWNGRADE_USER_DATA_DOWNGRADE_H_
« no previous file with comments | « chrome/browser/chrome_browser_main.cc ('k') | chrome/browser/downgrade/user_data_downgrade.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698