Index: testing_support/patches_data.py |
diff --git a/testing_support/patches_data.py b/testing_support/patches_data.py |
index 80d36d24e0faf6572f4c0dae97f4eb24f05ee77b..4a9534376ae8ece35e9d5b58122eb42ee821f8bc 100644 |
--- a/testing_support/patches_data.py |
+++ b/testing_support/patches_data.py |
@@ -112,6 +112,17 @@ class RAW(object): |
' <!-- Browser Hung Plugin Detector -->\n' |
' <message name="IDS_UNKNOWN_PLUGIN_NAME" ...\n') |
+ # http://codereview.chromium.org/download/issue9091003_9005_8009.diff |
+ DIFFERENT = ( |
+ 'Index: master/unittests/data/processes-summary.dat\n' |
+ '===================================================================\n' |
+ '--- master/unittests/data/processes-summary.dat\t(revision 116240)\n' |
+ '+++ master/unittests/data/processes-summary.dat\t(working copy)\n' |
+ '@@ -1 +1 @@\n' |
+ '-{"traces": {"1t_proc": ["2.0", "0.0"], "1t_proc_ref": ["1.0", ...\n' |
+ '+{"traces": {"1t_proc": ["2.0", "0.0"], "1t_proc_ref": ["1.0", ...\n') |
+ |
+ |
class GIT(object): |
"""Sample patches generated by git diff.""" |
PATCH = ( |