| Index: chrome/tools/crash_service/caps/main_win.cc
|
| diff --git a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java b/chrome/tools/crash_service/caps/main_win.cc
|
| similarity index 60%
|
| copy from build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| copy to chrome/tools/crash_service/caps/main_win.cc
|
| index 1281b39586e399c3103b5f2ab3ca1f3fab26d182..b2c0174548f349bd3a899a0cb049054db5a423cb 100644
|
| --- a/build/android/pylib/remote/device/dummy/src/org/chromium/dummy/Dummy.java
|
| +++ b/chrome/tools/crash_service/caps/main_win.cc
|
| @@ -2,8 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -package org.chromium.dummy;
|
| -
|
| -/** Does nothing. */
|
| -class Dummy {}
|
| +#include <windows.h>
|
|
|
| +int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) {
|
| + return 0;
|
| +}
|
|
|