summaryrefslogtreecommitdiffstats
path: root/chrome/nacl
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 20:29:15 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-04 20:29:15 +0000
commit65c71fdd4c9dde3502acddf7945e951514e96dcc (patch)
tree82c449c135b834469a3c5d8a5dd89dded37e3373 /chrome/nacl
parent1591fc526d13054767eef5afe3b208cd1b6e19e9 (diff)
downloadchromium_src-65c71fdd4c9dde3502acddf7945e951514e96dcc.zip
chromium_src-65c71fdd4c9dde3502acddf7945e951514e96dcc.tar.gz
chromium_src-65c71fdd4c9dde3502acddf7945e951514e96dcc.tar.bz2
Temporary fix for component build failure after hi_res_timer_manager_win.cc moved from content to base.
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10520011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140359 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/nacl')
-rw-r--r--chrome/nacl/nacl_exe_win_64.cc2
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 540f5d0..2c850d2 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();