Index: base/test/main_hook.cc |
diff --git a/base/test/main_hook.cc b/base/test/main_hook.cc |
new file mode 100644 |
index 0000000000000000000000000000000000000000..80c9e2e0072f61d9b53039a1040a67bb5c383044 |
--- /dev/null |
+++ b/base/test/main_hook.cc |
@@ -0,0 +1,10 @@ |
+// Copyright (c) 2012 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/test/main_hook.h" |
+ |
+#if !defined(OS_IOS) |
+MainHook::MainHook(MainType main_func, int argc, char* argv[]) { |
+} |
stuartmorgan
2012/07/12 10:59:23
Maybe move this up to the previous line (it's pret
leng
2012/07/12 11:17:31
I couldn't find it in the style guides. Thanks!
|
+#endif |