| Index: third_party/tcmalloc/chromium/src/profile-handler.h
 | 
| diff --git a/third_party/tcmalloc/chromium/src/profile-handler.h b/third_party/tcmalloc/chromium/src/profile-handler.h
 | 
| index 1cbe2539a92671122a31e3536c5bcf65e48935f2..4b078ecf59ed021045b5c4b27308322b7381a7e0 100644
 | 
| --- a/third_party/tcmalloc/chromium/src/profile-handler.h
 | 
| +++ b/third_party/tcmalloc/chromium/src/profile-handler.h
 | 
| @@ -137,6 +137,7 @@ struct ProfileHandlerState {
 | 
|    int32 frequency;  /* Profiling frequency */
 | 
|    int32 callback_count;  /* Number of callbacks registered */
 | 
|    int64 interrupts;  /* Number of interrupts received */
 | 
| +  bool allowed; /* Profiling is allowed */
 | 
|  };
 | 
|  void ProfileHandlerGetState(struct ProfileHandlerState* state);
 | 
|  
 | 
| 
 |