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

Unified Diff: components/nacl/loader/nacl_main_platform_delegate.h

Issue 1221333008: Fix unused private field errors in components/nacl/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@media_private_fields
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | components/nacl/loader/nacl_main_platform_delegate_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_main_platform_delegate.h
diff --git a/components/nacl/loader/nacl_main_platform_delegate.h b/components/nacl/loader/nacl_main_platform_delegate.h
index ca740b85bcd06f6e634377dd52a6add98aba76b7..c1a328304fdd3c8b57547367d0339a6f7eda5131 100644
--- a/components/nacl/loader/nacl_main_platform_delegate.h
+++ b/components/nacl/loader/nacl_main_platform_delegate.h
@@ -18,7 +18,9 @@ class NaClMainPlatformDelegate {
void EnableSandbox();
jvoung (off chromium) 2015/07/06 19:31:31 I wonder if it's cleaner to just pass the paramete
mlamouri (slow - plz ping) 2015/07/06 20:21:23 Done.
private:
+#if defined(OS_WIN)
const content::MainFunctionParams& parameters_;
+#endif
DISALLOW_COPY_AND_ASSIGN(NaClMainPlatformDelegate);
};
« no previous file with comments | « no previous file | components/nacl/loader/nacl_main_platform_delegate_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698