| Index: chrome/app/chrome_crash_reporter_client_win.cc
 | 
| diff --git a/chrome/app/chrome_crash_reporter_client_win.cc b/chrome/app/chrome_crash_reporter_client_win.cc
 | 
| index 42e2093efa73d2506a45a87d0b89b2b4cc974dc0..288e4c4f8507ef9d86f84e8db029479f8bb847e8 100644
 | 
| --- a/chrome/app/chrome_crash_reporter_client_win.cc
 | 
| +++ b/chrome/app/chrome_crash_reporter_client_win.cc
 | 
| @@ -102,6 +102,9 @@ size_t RegisterCrashKeysHelper() {
 | 
|        {kHungAudioThreadDetails, kSmallSize},
 | 
|        {kZeroEncodeDetails, kSmallSize},
 | 
|  
 | 
| +      // gin/:
 | 
| +      { "v8-ignition", kSmallSize },
 | 
| +
 | 
|        // Temporary for http://crbug.com/575245.
 | 
|        {"swapout_frame_id", kSmallSize},
 | 
|        {"swapout_proxy_id", kSmallSize},
 | 
| 
 |