Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1666)

Unified Diff: content/renderer/devtools/v8_sampling_profiler.cc

Issue 1022153002: Fix ChromeOS compilation after r321565 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/renderer/devtools/v8_sampling_profiler_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/devtools/v8_sampling_profiler.cc
diff --git a/content/renderer/devtools/v8_sampling_profiler.cc b/content/renderer/devtools/v8_sampling_profiler.cc
index 64026669cad7d02d95c3ac4fc212ee7d8f5e69b3..b79e030ae8901f13365dc83a38adcdeb45ad6899 100644
--- a/content/renderer/devtools/v8_sampling_profiler.cc
+++ b/content/renderer/devtools/v8_sampling_profiler.cc
@@ -445,8 +445,8 @@ void V8SamplingThread::HandleProfilerSignal(int signal,
mcontext_t& mcontext = ucontext->uc_mcontext;
v8::RegisterState state;
-#if defined(OS_ANDROID)
- // TODO(alph): Add support for Android
+#if defined(OS_ANDROID) || defined(OS_CHROMEOS)
+ // TODO(alph): Add support for Android and ChromeOS
ALLOW_UNUSED_LOCAL(mcontext);
#elif defined(OS_MACOSX)
« no previous file with comments | « no previous file | content/renderer/devtools/v8_sampling_profiler_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698