From 434afdcf94e2319ff03872db312d489a44637508 Mon Sep 17 00:00:00 2001 From: "bulach@chromium.org" Date: Thu, 18 Feb 2010 16:44:22 +0000 Subject: Initial Geolocation implementation Adds IPC plumbing. Adds Infobar buttons for requesting permission TEST=geolocation_browsertest.cc Review URL: http://codereview.chromium.org/548188 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39366 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/app/generated_resources.grd | 16 +++++++++++++++- chrome/app/theme/theme_resources.grd | 4 ++++ 2 files changed, 19 insertions(+), 1 deletion(-) (limited to 'chrome/app') diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index 502d4f8..22f82c4 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -6510,7 +6510,21 @@ Keep your key file in a safe place. You will need it to create new versions of y The following Privacy Blacklists prevented this content from showing: - + + + + $1google.com + wants to track your physical location + + + Allow + + + Deny + + + + The profile appears to be in use by process $112345 on host $2example.com. If you are sure no other processes are using this profile, delete the file $3/home/user/.config/google-chrome/SingletonLock and restart $4Google Chrome. diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index acf7d2f..64f075e 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -318,6 +318,10 @@ + + + + -- cgit v1.1