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

Unified Diff: content/renderer/renderer_main_platform_delegate.h

Issue 1995573004: Fix "unused variable" warnings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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 5eb9af55940800f2892f6edcb1ee4464198856e6..c1d0e4863edea5984092c67f51f923e42bb740d1 100644
--- a/content/renderer/renderer_main_platform_delegate.h
+++ b/content/renderer/renderer_main_platform_delegate.h
@@ -15,12 +15,6 @@
#include "content/common/content_export.h"
#include "content/public/common/main_function_params.h"
-#ifdef __OBJC__
-@class NSBundle;
-#else
-class NSBundle;
-#endif // __OBJC__
-
namespace content {
class CONTENT_EXPORT RendererMainPlatformDelegate {
@@ -40,9 +34,6 @@ class CONTENT_EXPORT RendererMainPlatformDelegate {
private:
#if defined(OS_WIN)
const MainFunctionParams& parameters_;
- HMODULE sandbox_test_module_;
-#elif defined(OS_MACOSX)
- NSBundle* sandbox_tests_bundle_;
#endif
DISALLOW_COPY_AND_ASSIGN(RendererMainPlatformDelegate);

Powered by Google App Engine
This is Rietveld 408576698