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

Unified Diff: content/public/test/mock_render_thread.cc

Issue 2447143003: Use kRenderClientId command line flag when starting a render process (Closed)
Patch Set: Changes based on comment Created 4 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/public/test/mock_render_thread.cc
diff --git a/content/public/test/mock_render_thread.cc b/content/public/test/mock_render_thread.cc
index e5edbf98e0518c35ae3a68e8ac2def16fc14863e..061b28c5f6aa4a4daed69db932e399a3f24fdad6 100644
--- a/content/public/test/mock_render_thread.cc
+++ b/content/public/test/mock_render_thread.cc
@@ -219,6 +219,10 @@ base::WaitableEvent* MockRenderThread::GetShutdownEvent() {
return NULL;
}
+int32_t MockRenderThread::GetClientId() {
+ return 1;
+}
+
#if defined(OS_WIN)
void MockRenderThread::PreCacheFont(const LOGFONT& log_font) {
}

Powered by Google App Engine
This is Rietveld 408576698