diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 05:10:34 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-02-24 05:10:34 +0000 |
commit | d615a7a8efa0699aaccf39f8adcbe120b735b626 (patch) | |
tree | 981ac0e401191fc9ac9515278de84e252a2c7a91 /chrome/chrome_browser.gypi | |
parent | 54371feaa7f5719180eaeb7e22a460b570f10b30 (diff) | |
download | chromium_src-d615a7a8efa0699aaccf39f8adcbe120b735b626.zip chromium_src-d615a7a8efa0699aaccf39f8adcbe120b735b626.tar.gz chromium_src-d615a7a8efa0699aaccf39f8adcbe120b735b626.tar.bz2 |
Mac: Cookie confirmation dialog.
This is not the final UI (the "more info" disclosure triangle is missing), but it's pretty close and, more importantly, functional.
BUG=34894
TEST=Go to Preferences->under the hood->content settings->cookies and select "ask me every time". Then browser around and note that a message box pops up all the time. All the buttons on the message box should do what they claim.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=39756
Review URL: http://codereview.chromium.org/650206
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39867 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rwxr-xr-x | chrome/chrome_browser.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index 6d21f79..61bb1eb 100755 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -713,6 +713,7 @@ 'browser/content_exceptions_table_model.h', 'browser/cookie_modal_dialog.cc', 'browser/cookie_modal_dialog.h', + 'browser/cookie_modal_dialog_mac.mm', 'browser/cookie_modal_dialog_views.cc', 'browser/cookie_prompt_modal_dialog_delegate.h', 'browser/cookies_tree_model.cc', @@ -2262,7 +2263,6 @@ 'browser/automation/automation_provider_list_generic.cc', 'browser/bookmarks/bookmark_context_menu.cc', 'browser/bookmarks/bookmark_drop_info.cc', - 'browser/cookie_modal_dialog.cc', 'browser/dock_info.cc', 'browser/jankometer.cc', 'browser/password_manager/password_store_gnome.h', |