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

Unified Diff: services/service_manager/public/cpp/shared_file_util.h

Issue 2613653003: Move some basic early process init into Service Manager (Closed)
Patch Set: fix mac shutdown order Created 3 years, 9 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 | « services/service_manager/public/cpp/lib/shared_file_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/service_manager/public/cpp/shared_file_util.h
diff --git a/services/service_manager/public/cpp/shared_file_util.h b/services/service_manager/public/cpp/shared_file_util.h
deleted file mode 100644
index b184b29e4917062d126580ae38405c48049cb0bb..0000000000000000000000000000000000000000
--- a/services/service_manager/public/cpp/shared_file_util.h
+++ /dev/null
@@ -1,30 +0,0 @@
-// Copyright 2017 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 SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SHARED_FILE_UTIL_H_
-#define SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SHARED_FILE_UTIL_H_
-
-#include <map>
-#include <string>
-
-#include "base/command_line.h"
-#include "base/optional.h"
-
-namespace service_manager {
-
-class SharedFileSwitchValueBuilder final {
- public:
- void AddEntry(const std::string& key_str, int key_id);
- const std::string& switch_value() const { return switch_value_; }
-
- private:
- std::string switch_value_;
-};
-
-base::Optional<std::map<int, std::string>> ParseSharedFileSwitchValue(
- const std::string& value);
-
-} // namespace service_manager
-
-#endif // SERVICES_SERVICE_MANAGER_PUBLIC_CPP_SHARED_FILE_UTIL_H_
« no previous file with comments | « services/service_manager/public/cpp/lib/shared_file_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698