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

Unified Diff: components/nacl/loader/nacl_listener.cc

Issue 315323002: Disable Warning 4702 for the PGO builds. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update the comment. Created 6 years, 6 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
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/nacl/loader/nacl_listener.cc
diff --git a/components/nacl/loader/nacl_listener.cc b/components/nacl/loader/nacl_listener.cc
index 9aa210f5bb8bceae6d7cf84f652df09f8835ebb9..406b33dcf46ce700ffc0d9dd350ac61f913a8738 100644
--- a/components/nacl/loader/nacl_listener.cc
+++ b/components/nacl/loader/nacl_listener.cc
@@ -476,5 +476,4 @@ void NaClListener::OnStart(const nacl::NaClStartParams& params) {
#endif
NaClChromeMainStartApp(nap, args);
bradn 2014/06/10 16:42:47 I'm a little uncomfortable with this being removed
Sébastien Marchand 2014/06/10 17:03:33 I could do this but the NaCLChromeMainStartApp fun
bradn 2014/06/10 17:35:31 So we have this here for a very particular reason.
Sébastien Marchand 2014/06/10 17:40:49 I've address Peter's comment her https://code.goog
- NOTREACHED();
}
« build/common.gypi ('K') | « build/common.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698