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

Unified Diff: cloud_print/gcp20/prototype/gcp20_switches.h

Issue 598433002: Added --disable-ipv4 and --disable-ipv6 switches. By default both enabled. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | « cloud_print/gcp20/prototype/dns_response_builder.cc ('k') | cloud_print/gcp20/prototype/gcp20_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cloud_print/gcp20/prototype/gcp20_switches.h
diff --git a/cloud_print/gcp20/prototype/gcp20_switches.h b/cloud_print/gcp20/prototype/gcp20_switches.h
index f2a6d2296e426fa73fe09b99343092a888393aa0..dd112f442cc0a3fedf5c17bc4ebd7a5367b73479 100644
--- a/cloud_print/gcp20/prototype/gcp20_switches.h
+++ b/cloud_print/gcp20/prototype/gcp20_switches.h
@@ -8,6 +8,8 @@
namespace switches {
extern const char kDisableConfirmation[];
+extern const char kDisableIpv4[];
+extern const char kDisableIpv6[];
extern const char kDisableMethodCheck[];
extern const char kDisableXTocken[];
extern const char kDomainName[];
« no previous file with comments | « cloud_print/gcp20/prototype/dns_response_builder.cc ('k') | cloud_print/gcp20/prototype/gcp20_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698