diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 21:35:59 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-04 21:35:59 +0000 |
commit | e252934c02fc87213f270b1e1c989888d2dd629e (patch) | |
tree | 373a03d5361a6e84590017d58d57e6418210f86a /chrome/nacl | |
parent | 3903c969e780c5eb84306654a3cba3061fb97158 (diff) | |
download | chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.zip chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.tar.gz chromium_src-e252934c02fc87213f270b1e1c989888d2dd629e.tar.bz2 |
Proper fix for nacl64.exe. I missed the fact in my earlier change that hi_res_timer_manager is now part of base so we don't need to add it to the chrome_nacl_win64 target.
BUG=98716
Review URL: https://chromiumcodereview.appspot.com/10509007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140383 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r-- | chrome/nacl/nacl_exe_win_64.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/nacl/nacl_exe_win_64.cc b/chrome/nacl/nacl_exe_win_64.cc index 2c850d2..540f5d0 100644 --- a/chrome/nacl/nacl_exe_win_64.cc +++ b/chrome/nacl/nacl_exe_win_64.cc @@ -33,7 +33,7 @@ int NaClBrokerMain(const content::MainFunctionParams& parameters) { base::PlatformThread::SetName("CrNaClBrokerMain"); base::SystemMonitor system_monitor; -//HighResolutionTimerManager hi_res_timer_manager; + HighResolutionTimerManager hi_res_timer_manager; NaClBrokerListener listener; listener.Listen(); |