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

Unified Diff: chrome/browser/chromeos/proxy_cros_settings_provider.h

Issue 8496017: cros proxy: fix bug to use default port whenever its input field is empty. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | chrome/browser/chromeos/proxy_cros_settings_provider.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/proxy_cros_settings_provider.h
===================================================================
--- chrome/browser/chromeos/proxy_cros_settings_provider.h (revision 108616)
+++ chrome/browser/chromeos/proxy_cros_settings_provider.h (working copy)
@@ -46,6 +46,11 @@
const ProxyConfigServiceImpl::ProxyConfig::ManualProxy& proxy,
net::ProxyServer::Scheme scheme) const;
+ net::ProxyServer CreateProxyServer(
+ std::string host,
+ uint16 port,
+ net::ProxyServer::Scheme scheme) const;
+
Value* CreateServerHostValue(
const ProxyConfigServiceImpl::ProxyConfig::ManualProxy& proxy) const;
« no previous file with comments | « no previous file | chrome/browser/chromeos/proxy_cros_settings_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698