Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Side by Side Diff: components/browser_watcher/watcher_main_api_win.cc

Issue 717223002: Browser watcher end-end-to-end . (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git/+/lkgr
Patch Set: Address Erik's comments. Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
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.
4
5 #include "components/browser_watcher/watcher_main_api_win.h"
6
7 namespace browser_watcher {
8
9 const base::FilePath::CharType kWatcherDll[] =
10 FILE_PATH_LITERAL("chrome_watcher.dll");
11 const char kWatcherDLLEntrypoint[] = "WatcherMain";
12
13 } // namespace browser_watcher
OLDNEW
« no previous file with comments | « components/browser_watcher/watcher_main_api_win.h ('k') | components/browser_watcher/watcher_main_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698