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

Unified Diff: chromecast/common/pref_names.h

Issue 454063004: Adds remote devtools support to cast_shell. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 4 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/chromecast_config.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/components/translate/core/common/translate_pref_names.cc b/chromecast/common/pref_names.h
similarity index 53%
copy from components/translate/core/common/translate_pref_names.cc
copy to chromecast/common/pref_names.h
index 883f37e559bab7857f9aece6f33852139c67e12b..669f19d10e39a004dd3adc7719c9378b5eafeda4 100644
--- a/components/translate/core/common/translate_pref_names.cc
+++ b/chromecast/common/pref_names.h
@@ -2,11 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "components/translate/core/common/translate_pref_names.h"
+#ifndef CHROMECAST_COMMON_PREF_NAMES_H_
+#define CHROMECAST_COMMON_PREF_NAMES_H_
namespace prefs {
-// Boolean that is true when the translate feature is enabled.
-const char kEnableTranslate[] = "translate.enabled";
+extern const char kRemoteDebuggingPort[];
} // namespace prefs
+
+#endif // CHROMECAST_COMMON_PREF_NAMES_H_
« no previous file with comments | « chromecast/common/chromecast_config.cc ('k') | chromecast/common/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698