diff options
author | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-10 05:58:40 +0000 |
---|---|---|
committer | ben@chromium.org <ben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-10 05:58:40 +0000 |
commit | 3ee83f2c99cecee4f712cbb6fd9084cb676287a0 (patch) | |
tree | 54d504f603c3277de2100ca8df544d141f2976d0 /views/DEPS | |
parent | b1c25a2fdeade0e807af70df8136d5efa62033d2 (diff) | |
download | chromium_src-3ee83f2c99cecee4f712cbb6fd9084cb676287a0.zip chromium_src-3ee83f2c99cecee4f712cbb6fd9084cb676287a0.tar.gz chromium_src-3ee83f2c99cecee4f712cbb6fd9084cb676287a0.tar.bz2 |
Add a new ViewsDelegate interface and implementation in the windows browser UI.
Provides a way for saving and restoring window placement, obtaining system helpers etc.
http://crbug.com/11633
TEST=make sure window placement saving works, clipboard, and that windows in the taskbar have a chrome icon.
Review URL: http://codereview.chromium.org/113173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15733 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views/DEPS')
-rw-r--r-- | views/DEPS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -6,15 +6,9 @@ include_rules = [ # TODO(beng): sever these dependencies into chrome by either refactoring or # moving code into app/ - # message_box_view.cc, text_field.cc, window_delegate.cc - "+chrome/browser/browser_process.h", - # widget_win.cc "+chrome/app/chrome_dll_resource.h", - # window_delegate.cc - "+chrome/common/pref_service.h", - # TODO(beng): swap these with app/views specific generated resources. "+grit/generated_resources.h", "+grit/theme_resources.h", |