Change name of the launcher from "Chrome Apps Launcher" to "Chrome App Launcher".
[chromium-blink-merge.git] / third_party / webdriver / test_data / Redirect.aspx.cs
blobca356c1ed98b8adf9b0b9a12a483d8ce483166c6
1 using System;
3 public partial class Redirect : Page
5 protected new void Page_Load(object sender, EventArgs e)
7 Response.Redirect("resultPage.html");