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

Unified Diff: content/child/child_thread.h

Issue 289863005: [Mac] Maximise timer slack for background tabs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: A few small fixes Created 6 years, 7 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
Index: content/child/child_thread.h
diff --git a/content/child/child_thread.h b/content/child/child_thread.h
index 331583f68da2f2d4681fef39eafd7fbe19fd6f37..bc30a0f93bb73df93ef1a52a5398e09c55a65d4d 100644
--- a/content/child/child_thread.h
+++ b/content/child/child_thread.h
@@ -192,9 +192,7 @@ class CONTENT_EXPORT ChildThread : public IPC::Listener,
void OnSetProfilerStatus(tracked_objects::ThreadData::Status status);
void OnGetChildProfilerData(int sequence_number);
void OnDumpHandles();
-#if defined(OS_WIN)
void OnProcessBackgrounded(bool background);
-#endif
#ifdef IPC_MESSAGE_LOG_ENABLED
void OnSetIPCLoggingEnabled(bool enable);
#endif

Powered by Google App Engine
This is Rietveld 408576698