Replace action_runner's NavigateToPage with Navigate(url,...)
commit735db9ff60ce058f32d55fc88ad76503c6ec3e35
authorariblue <ariblue@google.com>
Thu, 15 Jan 2015 20:14:35 +0000 (15 12:14 -0800)
committerCommit bot <commit-bot@chromium.org>
Thu, 15 Jan 2015 20:15:38 +0000 (15 20:15 +0000)
tree5a9edfd7d00b5ab4e30da320f872a38756ff8ba1
parent4b1d3a876814a71c39cab0c53e6bc57df0c59f86
Replace action_runner's NavigateToPage with Navigate(url,...)

This is in preparation for adding action_runner support for arbitrary
web contents in native apps. See crbug.com/446628

BUG=446628

Review URL: https://codereview.chromium.org/797653003

Cr-Commit-Position: refs/heads/master@{#311723}
32 files changed:
content/test/gpu/gpu_tests/context_lost.py
content/test/gpu/gpu_tests/maps.py
content/test/gpu/gpu_tests/screenshot_sync.py
content/test/gpu/gpu_tests/webgl_conformance.py
content/test/gpu/gpu_tests/webgl_robustness.py
content/test/gpu/page_sets/gpu_process_tests.py
content/test/gpu/page_sets/gpu_rasterization_tests.py
content/test/gpu/page_sets/memory_tests.py
content/test/gpu/page_sets/pixel_tests.py
tools/perf/benchmarks/maps.py
tools/perf/measurements/polymer_load.py
tools/perf/page_sets/garbage_collection_cases.py
tools/perf/page_sets/gmail_compose_discard.py
tools/perf/page_sets/image_decoding_measurement.py
tools/perf/page_sets/key_hit_test_cases.py
tools/perf/page_sets/key_mobile_sites_pages.py
tools/perf/page_sets/key_silk_cases.py
tools/perf/page_sets/maps.py
tools/perf/page_sets/mse_cases.py
tools/perf/page_sets/polymer.py
tools/perf/page_sets/service_worker_micro_benchmark.py
tools/perf/page_sets/simple_mobile_sites.py
tools/perf/page_sets/top_7_stress.py
tools/perf/page_sets/top_pages.py
tools/perf/page_sets/tough_animation_cases.py
tools/perf/page_sets/tough_canvas_cases.py
tools/perf/page_sets/tough_compositor_cases.py
tools/perf/page_sets/tough_energy_cases.py
tools/perf/page_sets/tough_pinch_zoom_cases.py
tools/perf/page_sets/tough_webgl_cases.py
tools/telemetry/telemetry/page/__init__.py
tools/telemetry/telemetry/page/actions/action_runner.py