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

Unified Diff: chrome/common/pref_names.cc

Issue 6955010: Remove the Remoting Host component from Chrome. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove an errant include. Created 9 years, 7 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 | « chrome/common/pref_names.h ('k') | chrome/common/remoting/chromoting_host_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/pref_names.cc
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
index 94204c50db116661649c72bd633e9fc3e8668a37..baf048da11aecb0a769cd9c9fa91e2bcd4cd1587 100644
--- a/chrome/common/pref_names.cc
+++ b/chrome/common/pref_names.cc
@@ -929,17 +929,6 @@ const char kSelectFileLastDirectory[] = "selectfile.last_directory";
// Boolean that specifies if file selection dialogs are shown.
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";
@@ -1254,8 +1243,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";
@@ -1315,9 +1302,6 @@ const char kCloudPrintEnableJobPoll[] = "cloud_print.enable_job_poll";
const char kCloudPrintRobotRefreshToken[] = "cloud_print.robot_refresh_token";
const char kCloudPrintRobotEmail[] = "cloud_print.robot_email";
-// 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";
« no previous file with comments | « chrome/common/pref_names.h ('k') | chrome/common/remoting/chromoting_host_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698