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

Unified Diff: content/public/common/renderer_preferences.h

Issue 1307943011: Simple variable renaming: remove transport (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/renderer_preferences.h
diff --git a/content/public/common/renderer_preferences.h b/content/public/common/renderer_preferences.h
index aaee9d5253cf3b5263a4e8740563edc7edcd0d1c..5b9918b23e8d000ca2041926ab4d70d66a7df153 100644
--- a/content/public/common/renderer_preferences.h
+++ b/content/public/common/renderer_preferences.h
@@ -103,7 +103,7 @@ struct CONTENT_EXPORT RendererPreferences {
// connect to peers and TURN servers, which effectively disables all WebRTC's
// UDP traffic for now, until UDP-based proxy support is available in
// Chromium. Default is true.
- bool enable_webrtc_nonproxied_udp_transport;
+ bool enable_webrtc_nonproxied_udp;
// Default page zoom level.
double default_zoom_level;
« no previous file with comments | « content/common/view_messages.h ('k') | content/public/common/renderer_preferences.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698