diff options
author | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 18:56:09 +0000 |
---|---|---|
committer | willchan@chromium.org <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-16 18:56:09 +0000 |
commit | 84a12e448f6e54b2ed026e2b34bb73474e6dcf72 (patch) | |
tree | 2d60323b17ef47a7d7d1c7094e7264cbfae44a23 /chrome/chrome_browser.gypi | |
parent | fc160d4b5fe40e5deb3b722fc27dd17a9dc49cd5 (diff) | |
download | chromium_src-84a12e448f6e54b2ed026e2b34bb73474e6dcf72.zip chromium_src-84a12e448f6e54b2ed026e2b34bb73474e6dcf72.tar.gz chromium_src-84a12e448f6e54b2ed026e2b34bb73474e6dcf72.tar.bz2 |
Revert 75143 - Reland r74842
The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized.
BUG=67237
TEST=none
Review URL: http://codereview.chromium.org/6526029
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/6480120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75152 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_browser.gypi')
-rw-r--r-- | chrome/chrome_browser.gypi | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi index e97e48b..f6616a6 100644 --- a/chrome/chrome_browser.gypi +++ b/chrome/chrome_browser.gypi @@ -1902,14 +1902,10 @@ 'browser/process_singleton_win.cc', 'browser/profile_import_process_host.cc', 'browser/profile_import_process_host.h', - 'browser/profiles/off_the_record_profile_io_data.cc', - 'browser/profiles/off_the_record_profile_io_data.h', 'browser/profiles/profile.cc', 'browser/profiles/profile.h', 'browser/profiles/profile_impl.cc', 'browser/profiles/profile_impl.h', - 'browser/profiles/profile_impl_io_data.cc', - 'browser/profiles/profile_impl_io_data.h', 'browser/profiles/profile_io_data.cc', 'browser/profiles/profile_io_data.h', 'browser/profiles/profile_manager.cc', |