summaryrefslogtreecommitdiffstats
path: root/chrome/browser/unload_uitest.cc
diff options
context:
space:
mode:
authormark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-17 21:55:55 +0000
committermark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-08-17 21:55:55 +0000
commit580522638fdabb4d48fe2eae68f263f61fda3129 (patch)
treec647913d4de33a69929a9d0dbfec7b17da678f5e /chrome/browser/unload_uitest.cc
parent228890ac838a1b27efac2c8e379e005254ae126a (diff)
downloadchromium_src-580522638fdabb4d48fe2eae68f263f61fda3129.zip
chromium_src-580522638fdabb4d48fe2eae68f263f61fda3129.tar.gz
chromium_src-580522638fdabb4d48fe2eae68f263f61fda3129.tar.bz2
Cleaning up lines longer than 80 chars under src/chrome/browser.
Command: awk '{if ( length($0) > 80 ) { print FILENAME, FNR, $0 } }' *.cc *.h # recursive find . -type f \( -name '*.cc' -o -name '*.h' \) -exec awk '{if ( length($0) > 80 ) { print FILENAME, FNR, $0 } }' {} \; Patch by Pierre-Antoine LaFayette <pierre.lafayette@gmail.com> BUG=None TEST=None Code review URL: http://codereview.chromium.org/164566 Review URL: http://codereview.chromium.org/171066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23583 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/unload_uitest.cc')
-rw-r--r--chrome/browser/unload_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/browser/unload_uitest.cc b/chrome/browser/unload_uitest.cc
index f712528..b66cc22 100644
--- a/chrome/browser/unload_uitest.cc
+++ b/chrome/browser/unload_uitest.cc
@@ -74,7 +74,8 @@ const std::string TWO_SECOND_BEFORE_UNLOAD_ALERT_HTML =
const std::string CLOSE_TAB_WHEN_OTHER_TAB_HAS_LISTENER =
"<html><head><title>only_one_unload</title></head>"
- "<body onload=\"window.open('data:text/html,<html><head><title>popup</title></head></body>')\" "
+ "<body onload=\"window.open('data:text/html,"
+ "<html><head><title>popup</title></head></body>')\" "
"onbeforeunload='return;'"
"</body></html>";