| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index bb06e8a463eb18fe67747945d2e1618a4aeafe5c..d2b8834ba020ecae440e0c64908a17c79fc3ff72 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -916,6 +916,8 @@ const char kLoginDatabaseMigrated[] = "login_database.migrated";
|
| // The root URL of the cloud print service.
|
| const char kCloudPrintServiceURL[] = "cloud_print.service_url";
|
|
|
| +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";
|
| @@ -937,6 +939,9 @@ extern const char kCloudPrintEmail[] = "cloud_print.email";
|
| extern const char kCloudPrintPrintSystemSettings[] =
|
| "cloud_print.print_system_settings";
|
|
|
| +// Used by the service process to determine if the remoting host is enabled.
|
| +const char kRemotingHostEnabled[] = "remoting.host_enabled";
|
| +
|
| // Boolean to disable proxy altogether. If true, other proxy
|
| // preferences are ignored.
|
| const char kNoProxyServer[] = "proxy.disabled";
|
|
|