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

Unified Diff: chrome/browser/supervised_user/supervised_user_site_list.h

Issue 1214903010: Make JSONParser a pure interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: review Created 5 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/supervised_user/supervised_user_site_list.h
diff --git a/chrome/browser/supervised_user/supervised_user_site_list.h b/chrome/browser/supervised_user/supervised_user_site_list.h
index 61625e769fcbd680cde1d4e428adc1aba930fb80..22794f2b4af7bf0438530db937a2deb8987c17ca 100644
--- a/chrome/browser/supervised_user/supervised_user_site_list.h
+++ b/chrome/browser/supervised_user/supervised_user_site_list.h
@@ -60,11 +60,6 @@ class SupervisedUserSiteList
// the newly created object.
static void Load(const base::FilePath& file, const LoadedCallback& callback);
- // Sets whether the site list should be loaded in-process or out-of-process.
- // In-process loading should only be used in tests (to avoid having to set up
- // child process handling).
- static void SetLoadInProcessForTesting(bool in_process);
-
// Returns a list of all sites in this site list.
const std::vector<Site>& sites() const { return sites_; }

Powered by Google App Engine
This is Rietveld 408576698