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

Unified Diff: components/arc/arc_pref_names.h

Issue 1412863004: arc-bridge: Add the ARC Bridge Service (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Added Pref names and separated file I/O to the correct thread Created 5 years, 2 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
Index: components/arc/arc_pref_names.h
diff --git a/components/proxy_config/proxy_config_pref_names.cc b/components/arc/arc_pref_names.h
similarity index 53%
copy from components/proxy_config/proxy_config_pref_names.cc
copy to components/arc/arc_pref_names.h
index 9e65ad6e11e5b7777a727a209f22b71d6416f0d5..456f0b0b9da869adb4f4cf686afee30a22fee727 100644
--- a/components/proxy_config/proxy_config_pref_names.cc
+++ b/components/arc/arc_pref_names.h
@@ -2,14 +2,15 @@
// 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"
+#ifndef COMPONENTS_ARC_PREF_NAMES_H_
+#define COMPONENTS_ARC_PREF_NAMES_H_
-namespace proxy_config {
+namespace arc {
namespace prefs {
-// Preference to store proxy settings.
-const char kProxy[] = "proxy";
+extern const char kArcEnabled[];
} // namespace prefs
-} // namespace proxy_config
+} // namespace arc
+#endif // COMPONENTS_ARC_PREF_NAMES_H_

Powered by Google App Engine
This is Rietveld 408576698