Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 28a432dc2917803cc0a4b27a7f60efc90da8851a..5fa4849290f31d62ec04d778f42b23b04be8f94f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -920,14 +920,6 @@ const char kAllowFileSelectionDialogs[] = "select_file_dialogs.allowed"; |
// Boolean that specifies if remote access features are allowed. |
const char kChromotingEnabled[] = "chromoting.enabled"; |
-// Boolean that specifies if machine is allowed to be shared for remote access. |
-const char kChromotingHostEnabled[] = "chromoting.host_enabled"; |
- |
-// Boolean that specifies if a machine that is shared for remote access is |
-// is allowed to accept connections from across a firewall. |
-const char kChromotingHostFirewallTraversal[] = |
- "chromoting.host_firewall_traversal"; |
- |
// Extensions which should be opened upon completion. |
const char kDownloadExtensionsToOpen[] = "download.extensions_to_open"; |
@@ -1242,8 +1234,6 @@ const char kCloudPrintServiceURL[] = "cloud_print.service_url"; |
const char kCloudPrintDialogWidth[] = "cloud_print.dialog_size.width"; |
const char kCloudPrintDialogHeight[] = "cloud_print.dialog_size.height"; |
-const char kRemotingHasSetupCompleted[] = "remoting.has_setup_completed"; |
- |
// The list of BackgroundContents that should be loaded when the browser |
// launches. |
const char kRegisteredBackgroundContents[] = "background_contents.registered"; |
@@ -1301,9 +1291,6 @@ const char kCloudPrintPrintSystemSettings[] = |
// an XMPP connection (false by default). |
const char kCloudPrintEnableJobPoll[] = "cloud_print.enable_job_poll"; |
-// Used by the service process to determine if the remoting host is enabled. |
-const char kRemotingHostEnabled[] = "remoting.host_enabled"; |
- |
// Preference to story proxy settings. |
const char kProxy[] = "proxy"; |