diff options
author | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:42:00 +0000 |
---|---|---|
committer | rsesek@chromium.org <rsesek@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-05 04:42:00 +0000 |
commit | e51c1c51b1e1319d76b6a83d138b7de45641094f (patch) | |
tree | 0b9e805b3c9917b6653f22b0826cccbbb7a5637d /chrome/chrome_dll.gypi | |
parent | 7706e5e3598efb51d021a64f34f2c2d3e390be6f (diff) | |
download | chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.zip chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.gz chromium_src-e51c1c51b1e1319d76b6a83d138b7de45641094f.tar.bz2 |
[Mac] Implement the cookie manager
This CL creates the basic cookie management interface, allowing users to view
and delete cookies from Chromium. TODO: (1) Add the filtering by domain
capability. (2) Localize the NIB.
BUG=15360
TEST=Chromium-->Preferences-->Under the Hood-->Show Cookies. Also covered by unit tests.
Review URL: http://codereview.chromium.org/523025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@35512 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 67028dd..b3d4d38f 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -186,6 +186,7 @@ 'app/nibs/BookmarkNameFolder.xib', 'app/nibs/BrowserWindow.xib', 'app/nibs/ClearBrowsingData.xib', + 'app/nibs/Cookies.xib', 'app/nibs/DownloadItem.xib', 'app/nibs/DownloadShelf.xib', 'app/nibs/EditSearchEngine.xib', |