Example #1
0
 void InitCefSettings(CefSettings cefSettings)
 {
     if (ReferencePaths.SUB_PROCESS_PATH != null)
     {
         cefSettings.SetSubProcessPath(ReferencePaths.SUB_PROCESS_PATH);
     }
     cefSettings.SetCachePath(ReferencePaths.CACHE_PATH);
 }
Example #2
0
        protected void InitCefSettings(CefSettings cefSettings)
        {
#if DEBUG
            cefSettings.SetCachePath("d:\\WImageTest\\cef_cache");
#endif
        }