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

Unified Diff: chromecast/common/pref_names.h

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/browser/pref_service_helper.cc ('k') | chromecast/common/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/common/pref_names.h
diff --git a/chromecast/common/pref_names.h b/chromecast/common/pref_names.h
index 6caa2cc6eeae8a3a76f6b57a6f412d3c24ef1d07..26820dc2475268898ef14722213b4a11b691c900 100644
--- a/chromecast/common/pref_names.h
+++ b/chromecast/common/pref_names.h
@@ -7,8 +7,8 @@
namespace prefs {
+extern const char kEnableRemoteDebugging[];
extern const char kMetricsIsNewClientID[];
-extern const char kRemoteDebuggingPort[];
extern const char kStabilityChildProcessCrashCount[];
extern const char kStabilityKernelCrashCount[];
extern const char kStabilityOtherUserCrashCount[];
« no previous file with comments | « chromecast/browser/pref_service_helper.cc ('k') | chromecast/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698