Chromium Code Reviews| 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> |
|
cpu_(ooo_6.6-7.5)
2015/01/22 00:25:18
apparently rietveld lately just selects a random f
scottmg
2015/01/22 00:30:47
It's git cl upload, you've been making too many sm
|
| +int APIENTRY wWinMain(HINSTANCE instance, HINSTANCE prev, wchar_t*, int) { |
| + return 0; |
| +} |