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

Unified Diff: components/task_scheduler_util/initialization_util.h

Issue 2570693003: Move Task Scheduler Initialization From ios/chrome/browser to Web (Closed)
Patch Set: Merge Fixes Created 4 years 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 | « components/task_scheduler_util/BUILD.gn ('k') | components/task_scheduler_util/initialization_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/task_scheduler_util/initialization_util.h
diff --git a/components/task_scheduler_util/initialization_util.h b/components/task_scheduler_util/initialization_util.h
deleted file mode 100644
index 3b24b051a0a771caed2e06999170508893c67425..0000000000000000000000000000000000000000
--- a/components/task_scheduler_util/initialization_util.h
+++ /dev/null
@@ -1,19 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef COMPONENTS_TASK_SCHEDULER_UTIL_INITIALIZATION_UTIL_H_
-#define COMPONENTS_TASK_SCHEDULER_UTIL_INITIALIZATION_UTIL_H_
-
-#include "build/build_config.h"
-
-namespace task_scheduler_util {
-
-// Calls base::TaskScheduler::CreateAndSetDefaultTaskScheduler with arguments
-// derived from the variations system or a default known good set of arguments
-// if the variations parameters are invalid or missing.
-void InitializeDefaultBrowserTaskScheduler();
-
-} // namespace task_scheduler_util
-
-#endif // BASE_TASK_SCHEDULER_INITIALIZATION_UTIL_H_
« no previous file with comments | « components/task_scheduler_util/BUILD.gn ('k') | components/task_scheduler_util/initialization_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698