mirror of
				https://bitbucket.org/chromiumembedded/cef
				synced 2025-06-05 21:39:12 +02:00 
			
		
		
		
	Update to Chromium revision fc6aaca4 (#406441)
This commit is contained in:
		| @@ -350,10 +350,7 @@ class Delegate : public InternalHandlerDelegate { | ||||
|             CHROME_VERSION_BUILD, | ||||
|             CHROME_VERSION_PATCH)); | ||||
|     parser.Add("OS", GetOSType()); | ||||
|     parser.Add("WEBKIT", | ||||
|         base::StringPrintf("%d.%d", | ||||
|             content::GetWebKitMajorVersion(), | ||||
|             content::GetWebKitMinorVersion())); | ||||
|     parser.Add("WEBKIT", content::GetWebKitVersion()); | ||||
|     parser.Add("JAVASCRIPT", v8::V8::GetVersion()); | ||||
|     parser.Add("FLASH", std::string());  // Value populated asynchronously. | ||||
|     parser.Add("USERAGENT", CefContentClient::Get()->GetUserAgent()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user