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

Side by Side Diff: chrome/test/data/safe_browsing/download_protection/navigation_observer/landing_referrer.html

Issue 2538483002: Add management related code to SafeBrowsingNavigationObserverManager (Closed)
Patch Set: address nits Created 4 years 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
(Empty)
1 <html>
2 <head>
3 <script>
4 // Click on a link by id to start a test case.
5 function clickLink(linkId) {
6 var node = document.getElementById(linkId);
7 // Click and open link in the same tab.
8 node.click();
9 }
10 </script>
11 </head>
12 <body>
13 <a id="link_to_landing" href="landing.html">
14 Link to landing
15 </a><br>
16 </body>
17 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698