Disable Geolocation service to avoid crash (issue #80).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@77 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
This commit is contained in:
Marshall Greenblatt 2010-04-08 15:26:54 +00:00
parent 02fa65cefe
commit 069e877307
1 changed files with 1 additions and 0 deletions

View File

@ -53,6 +53,7 @@ class BrowserWebKitInit : public webkit_glue::WebKitClientImpl {
WebKit::WebRuntimeFeatures::enableApplicationCache(true);
WebKit::WebRuntimeFeatures::enableDatabase(true);
WebKit::WebRuntimeFeatures::enableWebGL(true);
WebKit::WebRuntimeFeatures::enableGeolocation(false);
// Load libraries for media and enable the media player.
FilePath module_path;