Implement HasPermission() method in PermissionService.
[chromium-blink-merge.git] / components / browser_watcher / watcher_main_api_win.cc
blobc4f978715989d36893228678c26ca73de6ff860d
1 // Copyright (c) 2014 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.
5 #include "components/browser_watcher/watcher_main_api_win.h"
7 namespace browser_watcher {
9 const base::FilePath::CharType kWatcherDll[] =
10 FILE_PATH_LITERAL("chrome_watcher.dll");
11 const char kWatcherDLLEntrypoint[] = "WatcherMain";
13 } // namespace browser_watcher