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

Side by Side Diff: tools/battor_agent/battor_finder.h

Issue 1611533002: tools/battor_agent: Adds a tool to find connected BattOrs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 months 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 2015 The Chromium Authors. All rights reserved.
sky 2016/01/21 22:59:20 nit: 2016
charliea (OOO until 10-5) 2016/01/22 16:11:04 Done.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_
6 #define TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_
7
8 #include <string>
9
10 namespace battor {
11
12 class BattOrFinder {
13 public:
14 static std::string FindBattOr();
15 };
sky 2016/01/21 22:59:20 private: DISALLOW...
charliea (OOO until 10-5) 2016/01/22 16:11:03 Done.
16
17 } // namespace battor
18
19 #endif // TOOLS_BATTOR_AGENT_BATTOR_FINDER_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698