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

Unified Diff: content/renderer/renderer_main_platform_delegate.h

Issue 1575763002: Make `content` target build without unused data members on Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@use_disallow_copy_assign_linux_only
Patch Set: fix unit test Created 4 years, 11 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/renderer/renderer_main_platform_delegate.h
diff --git a/content/renderer/renderer_main_platform_delegate.h b/content/renderer/renderer_main_platform_delegate.h
index ed00bbe7c08aec266c4ba91a88af3ffeca7b9357..5eb9af55940800f2892f6edcb1ee4464198856e6 100644
--- a/content/renderer/renderer_main_platform_delegate.h
+++ b/content/renderer/renderer_main_platform_delegate.h
@@ -38,8 +38,8 @@ class CONTENT_EXPORT RendererMainPlatformDelegate {
bool EnableSandbox();
private:
- const MainFunctionParams& parameters_;
#if defined(OS_WIN)
+ const MainFunctionParams& parameters_;
HMODULE sandbox_test_module_;
#elif defined(OS_MACOSX)
NSBundle* sandbox_tests_bundle_;

Powered by Google App Engine
This is Rietveld 408576698