Index: components/arc/arc_pref_names.cc |
diff --git a/components/proxy_config/proxy_config_pref_names.cc b/components/arc/arc_pref_names.cc |
similarity index 52% |
copy from components/proxy_config/proxy_config_pref_names.cc |
copy to components/arc/arc_pref_names.cc |
index 9e65ad6e11e5b7777a727a209f22b71d6416f0d5..c32d0a80904477f25cce5e5f444ff9d77e63f4ef 100644 |
--- a/components/proxy_config/proxy_config_pref_names.cc |
+++ b/components/arc/arc_pref_names.cc |
@@ -2,14 +2,14 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/proxy_config/proxy_config_pref_names.h" |
+#include "components/arc/arc_pref_names.h" |
-namespace proxy_config { |
+namespace arc { |
namespace prefs { |
-// Preference to store proxy settings. |
-const char kProxy[] = "proxy"; |
+// Whether using ARC is enabled. |
satorux1
2015/10/28 05:45:23
maybe drop 'using'?
Luis Héctor Chávez
2015/10/28 17:19:14
Done.
|
+const char kArcEnabled[] = |
+ "arc.enabled"; |
satorux1
2015/10/28 05:45:23
make it one line?
Luis Héctor Chávez
2015/10/28 17:19:15
Hmm I thought I had seen some other pref_names.cc
|
} // namespace prefs |
-} // namespace proxy_config |
- |
+} // namespace arc |