| Index: components/browser_watcher/watcher_main_api_win.cc
|
| diff --git a/components/browser_watcher/watcher_main_api_win.cc b/components/browser_watcher/watcher_main_api_win.cc
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c4f978715989d36893228678c26ca73de6ff860d
|
| --- /dev/null
|
| +++ b/components/browser_watcher/watcher_main_api_win.cc
|
| @@ -0,0 +1,13 @@
|
| +// Copyright (c) 2014 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 "components/browser_watcher/watcher_main_api_win.h"
|
| +
|
| +namespace browser_watcher {
|
| +
|
| +const base::FilePath::CharType kWatcherDll[] =
|
| + FILE_PATH_LITERAL("chrome_watcher.dll");
|
| +const char kWatcherDLLEntrypoint[] = "WatcherMain";
|
| +
|
| +} // namespace browser_watcher
|
|
|