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

Unified Diff: services/service_manager/standalone/desktop/main.cc

Issue 2573283002: Use a static catalog manifest for the standalone Mash runner (Closed)
Patch Set: . 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
Index: services/service_manager/standalone/desktop/main.cc
diff --git a/services/service_manager/standalone/desktop/main.cc b/services/service_manager/standalone/desktop/main.cc
deleted file mode 100644
index 3c60200139ed15ad695b431a5f5c35aa6c064efa..0000000000000000000000000000000000000000
--- a/services/service_manager/standalone/desktop/main.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright 2013 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.
-
-#include "services/service_manager/standalone/desktop/main_helper.h"
-
-int main(int argc, char** argv) {
- return service_manager::StandaloneServiceManagerMain(argc, argv);
-}

Powered by Google App Engine
This is Rietveld 408576698