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

Side by Side Diff: blimp/engine/testing/app/content_testing_main.h

Issue 2572563006: [Blimp] Refactor Blimp test engine with embedded test server and URL rewriting (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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright (c) 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef BLIMP_ENGINE_TESTING_APP_CONTENT_TESTING_MAIN_H_
6 #define BLIMP_ENGINE_TESTING_APP_CONTENT_TESTING_MAIN_H_
7
8 #include "content/public/app/content_main.h"
9
10 namespace blimp {
11 namespace engine {
12
13 namespace test {
14
15 #if not defined(OS_ANDROID)
16 CONTENT_EXPORT int ContentTestingMain(const content::ContentMainParams& params);
17 #endif
18
19 } // namespace test
20
21 } // namespace engine
22 } // namespace blimp
23
24 #endif // BLIMP_ENGINE_TESTING_APP_CONTENT_TESTING_MAIN_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698