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

Unified Diff: blimp/engine/app/blimp_main.cc

Issue 2629743003: Remove all blimp engine code (Closed)
Patch Set: Use consistent comment style in //chrome Created 3 years, 11 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: blimp/engine/app/blimp_main.cc
diff --git a/blimp/engine/app/blimp_main.cc b/blimp/engine/app/blimp_main.cc
deleted file mode 100644
index 10aaa9bd86e407cb123a9d671790e779661000e2..0000000000000000000000000000000000000000
--- a/blimp/engine/app/blimp_main.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2015 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 "base/command_line.h"
-#include "blimp/engine/app/blimp_content_main_delegate.h"
-#include "blimp/engine/app/blimp_engine_config.h"
-#include "content/public/app/content_main.h"
-
-
-int main(int argc, const char** argv) {
- base::CommandLine::Init(argc, argv);
- blimp::engine::SetCommandLineDefaults(base::CommandLine::ForCurrentProcess());
-
- blimp::engine::BlimpContentMainDelegate delegate;
- content::ContentMainParams params(&delegate);
- params.argc = argc;
- params.argv = argv;
- return content::ContentMain(params);
-}
« no previous file with comments | « blimp/engine/app/blimp_engine_crash_reporter_client.cc ('k') | blimp/engine/app/blimp_metrics_service_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698