Index: chrome/test/remoting/pin_browsertest.cc |
diff --git a/chrome/test/remoting/pin_browsertest.cc b/chrome/test/remoting/pin_browsertest.cc |
index eac2a3f3d3ffcbcf6c0fc301de193dc3e6d6d941..742113ee28d7a936285d5f0fbc52a2f4c4a728b2 100644 |
--- a/chrome/test/remoting/pin_browsertest.cc |
+++ b/chrome/test/remoting/pin_browsertest.cc |
@@ -29,7 +29,8 @@ IN_PROC_BROWSER_TEST_F(RemoteDesktopBrowserTest, MANUAL_Invalid_PIN) { |
LoadScript(content, FILE_PATH_LITERAL("invalid_pin_browser_test.js")); |
RunJavaScriptTest(content, "Invalid_PIN", "{" |
- "pin: '" + me2me_pin() + "'" |
+ // Append arbitrary characters after the pin to make it invalid. |
+ "pin: '" + me2me_pin() + "ABC'" |
"}"); |
Cleanup(); |