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

Side by Side Diff: chrome/test/chromedriver/session_map.h

Issue 19616008: [chromedriver] Allow commands to be async. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 7 years, 5 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 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 #ifndef CHROME_TEST_CHROMEDRIVER_SESSION_MAP_H_
6 #define CHROME_TEST_CHROMEDRIVER_SESSION_MAP_H_
7
8 #include <string>
9
10 #include "base/memory/ref_counted.h"
11 #include "chrome/test/chromedriver/synchronized_map.h"
12
13 class SessionAccessor;
14
15 typedef SynchronizedMap<std::string, scoped_refptr<SessionAccessor> >
16 SessionMap;
17
18 #endif // CHROME_TEST_CHROMEDRIVER_SESSION_MAP_H_
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/session_commands_unittest.cc ('k') | chrome/test/chromedriver/session_thread_map.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698