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

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

Issue 883083002: [chromedriver] Add Network Conditions Override Manager and tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix warning Created 5 years, 9 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
1 // Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_ 5 #ifndef CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_
6 #define CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_ 6 #define CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_
7 7
8 #include <string> 8 #include <string>
9 9
10 #include "base/callback_forward.h" 10 #include "base/callback_forward.h"
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 WebView* web_view, 283 WebView* web_view,
284 const base::DictionaryValue& params, 284 const base::DictionaryValue& params,
285 scoped_ptr<base::Value>* value); 285 scoped_ptr<base::Value>* value);
286 286
287 Status ExecuteSetLocation( 287 Status ExecuteSetLocation(
288 Session* session, 288 Session* session,
289 WebView* web_view, 289 WebView* web_view,
290 const base::DictionaryValue& params, 290 const base::DictionaryValue& params,
291 scoped_ptr<base::Value>* value); 291 scoped_ptr<base::Value>* value);
292 292
293 Status ExecuteSetNetworkConditions(
294 Session* session,
295 WebView* web_view,
296 const base::DictionaryValue& params,
297 scoped_ptr<base::Value>* value);
298
293 Status ExecuteTakeHeapSnapshot( 299 Status ExecuteTakeHeapSnapshot(
294 Session* session, 300 Session* session,
295 WebView* web_view, 301 WebView* web_view,
296 const base::DictionaryValue& params, 302 const base::DictionaryValue& params,
297 scoped_ptr<base::Value>* value); 303 scoped_ptr<base::Value>* value);
298 304
299 #endif // CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_ 305 #endif // CHROME_TEST_CHROMEDRIVER_WINDOW_COMMANDS_H_
OLDNEW
« no previous file with comments | « chrome/test/chromedriver/test/run_py_tests.py ('k') | chrome/test/chromedriver/window_commands.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698