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

Unified Diff: content/child/child_thread_impl.h

Issue 1465183005: Rename mojo::TokenSerializer to mojo::Broker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix win component Created 5 years, 1 month 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_impl.h
diff --git a/content/child/child_thread_impl.h b/content/child/child_thread_impl.h
index 4e4270d7df2894933a5fdaa4989fb06148fd96f0..df1d34e943c1fb3f58248f3782be3164cb65f056 100644
--- a/content/child/child_thread_impl.h
+++ b/content/child/child_thread_impl.h
@@ -232,12 +232,10 @@ class CONTENT_EXPORT ChildThreadImpl
void OnGetChildProfilerData(int sequence_number, int current_profiling_phase);
void OnProfilingPhaseCompleted(int profiling_phase);
void OnBindExternalMojoShellHandle(const IPC::PlatformFileForTransit& file);
+ void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file);
#ifdef IPC_MESSAGE_LOG_ENABLED
void OnSetIPCLoggingEnabled(bool enable);
#endif
-#if defined(OS_WIN)
- void OnSetMojoParentPipeHandle(const IPC::PlatformFileForTransit& file);
-#endif
void EnsureConnected();

Powered by Google App Engine
This is Rietveld 408576698