| Index: chrome/browser/safe_browsing/safe_browsing_blocking_page.cc
|
| ===================================================================
|
| --- chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (revision 10992)
|
| +++ chrome/browser/safe_browsing/safe_browsing_blocking_page.cc (working copy)
|
| @@ -38,7 +38,8 @@
|
| "http://www.google.com/safebrowsing/report_error/";
|
|
|
| static const wchar_t* const kSbDiagnosticHtml =
|
| - L"<a href=\"\" onClick=\"sendCommand('showDiagnostic'); return false;\" onMouseDown=\"return false;\">%ls</a>";
|
| + L"<a href=\"\" onClick=\"sendCommand('showDiagnostic'); return false;\" "
|
| + L"onMouseDown=\"return false;\">%ls</a>";
|
|
|
| // The commands returned by the page when the user performs an action.
|
| static const char* const kShowDiagnosticCommand = "showDiagnostic";
|
|
|