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

Unified Diff: net/socket/ssl_client_socket_impl.cc

Issue 2080723008: [Chromoting] Use device::PowerSaveBlocker to block screen saver (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Resolve review comments Created 4 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 | remoting/host/BUILD.gn » ('j') | remoting/host/it2me/it2me_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_impl.cc
diff --git a/net/socket/ssl_client_socket_impl.cc b/net/socket/ssl_client_socket_impl.cc
index d1edfbb5e5fc8fa678c9c7669c6e650aba026f1e..6c2a10f6cf458e215fa49eeeff60ebfb3ad3071c 100644
--- a/net/socket/ssl_client_socket_impl.cc
+++ b/net/socket/ssl_client_socket_impl.cc
@@ -974,7 +974,7 @@ int SSLClientSocketImpl::Init() {
// immediately.
std::string command;
#if !defined(OS_NACL)
- if (base::FeatureList::IsEnabled(kPostQuantumExperiment)) {
+ if (false && base::FeatureList::IsEnabled(kPostQuantumExperiment)) {
Sergey Ulanov 2016/07/08 21:31:46 Shouldn't be part of this CL Also Joe landed a fix
Hzj_jie 2016/07/10 22:04:57 Sorry, this change has been started before Joe's f
// These are experimental, non-standard ciphersuites. They are part of an
// experiment in post-quantum cryptography. They're not intended to
// represent a de-facto standard, and will be removed from BoringSSL in
« no previous file with comments | « no previous file | remoting/host/BUILD.gn » ('j') | remoting/host/it2me/it2me_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698