Skip to content

Commit

Permalink
Add UserAgent example
Browse files Browse the repository at this point in the history
  • Loading branch information
amaitland committed Feb 27, 2015
1 parent e6c2e13 commit b25bb89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CefSharp.Example/CefExample.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ public static void Init()

var settings = new CefSettings();
settings.RemoteDebuggingPort = 8088;
//settings.UserAgent = "CefSharp Browser" + Cef.CefSharpVersion; // Example User Agent
//settings.CefCommandLineArgs.Add("renderer-process-limit", "1");
//settings.CefCommandLineArgs.Add("renderer-startup-dialog", "renderer-startup-dialog");
//settings.CefCommandLineArgs.Add("disable-gpu", "1");
Expand Down

0 comments on commit b25bb89

Please sign in to comment.