// Token: 0x06000115 RID: 277 RVA: 0x00006582 File Offset: 0x00004982
 private void willDisplayVideoEvent(string location)
 {
     if (Chartboost.willDisplayVideo != null)
     {
         Chartboost.willDisplayVideo(CBLocation.locationFromName(location));
     }
 }