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

Unified Diff: chromecast/common/pref_names.cc

Issue 793663007: Set RemoteDebuggingServer port based on "remote-debugging-port" flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address Byungchul's comment. Created 5 years, 6 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 | « chromecast/common/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/pref_names.cc
diff --git a/chromecast/common/pref_names.cc b/chromecast/common/pref_names.cc
index 0b885f50080f9ff27c6f3200793e6e7ea91bf92c..7a03c26184d117948f3e5df9f746b35746973032 100644
--- a/chromecast/common/pref_names.cc
+++ b/chromecast/common/pref_names.cc
@@ -6,14 +6,13 @@
namespace prefs {
+// Boolean which specifies if remote debugging is enabled
+const char kEnableRemoteDebugging[] = "enable_remote_debugging";
+
// Boolean that specifies whether or not the client_id has been regenerated
// due to bug b/9487011.
const char kMetricsIsNewClientID[] = "user_experience_metrics.is_new_client_id";
-// Port on which to host the remote debugging server. A value of 0 indicates
-// that remote debugging is disabled.
-const char kRemoteDebuggingPort[] = "remote_debugging_port";
-
// Total number of child process crashes (other than renderer / extension
// renderer ones, and plugin children, which are counted separately) since the
// last report.
« no previous file with comments | « chromecast/common/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698