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

Unified Diff: components/arc/arc_pref_names.cc

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Addressed feedback and fixed failing tests Created 5 years, 1 month 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
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..b587cece8a69cc04410ea40b627125b514b82fc7 100644
--- a/components/proxy_config/proxy_config_pref_names.cc
+++ b/components/arc/arc_pref_names.cc
@@ -2,14 +2,13 @@
// 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 ARC is enabled.
+const char kArcEnabled[] = "arc.enabled";
} // namespace prefs
-} // namespace proxy_config
-
+} // namespace arc

Powered by Google App Engine
This is Rietveld 408576698