diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 14:14:25 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-26 14:14:25 +0000 |
commit | ce21660d2b08335f80c63a64f1dee220df4ec869 (patch) | |
tree | 0f89ed5e97a135f1dd948e9d426053ce9f39aecb /chrome/chrome_browser.gypi | |
parent | 62f0f3412d68a2b2d2b4e6714df32b8a5b9438e7 (diff) | |
download | chromium_src-ce21660d2b08335f80c63a64f1dee220df4ec869.zip chromium_src-ce21660d2b08335f80c63a64f1dee220df4ec869.tar.gz chromium_src-ce21660d2b08335f80c63a64f1dee220df4ec869.tar.bz2 |
Mac: Initial Geolocation UI.
For now, an in-progress version of the bubble/omnibox icon. The bubble shows up, but doesn't do much yet. The two buttons are disabled because they both don't do anything yet. Since this is behind a flag, I think checking in work-in-progress UI is fine.
Parts of this CL were merged in from http://codereview.chromium.org/1369002 . Ignore the files from that CL.
http://imgur.com/tWJhg
BUG=11246
TEST=Start chrome with --enable-geolocation, go to http://maxheapsize.com/static/html5geolocationdemo.html , click allow or deny, observe that an icon appears. Click icon, a bubble appears.
Review URL: http://codereview.chromium.org/1345005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@42756 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-x | chrome/chrome_browser.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 1f86e02..9f7729e 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -2590,6 +2590,7 @@ 'app/nibs/ContentBlockedJavaScript.xib', 'app/nibs/ContentBlockedPlugins.xib', 'app/nibs/ContentBlockedPopups.xib', + 'app/nibs/ContentBubbleGeolocation.xib', 'app/nibs/ContentExceptionsWindow.xib', 'app/nibs/ContentSettings.xib', 'app/nibs/DownloadItem.xib', |