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

Unified Diff: chrome/browser/chromeos/cros_settings_names.cc

Issue 2935011: Initial accounts options page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: use ListItem directly for now per arv Created 10 years, 5 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: chrome/browser/chromeos/cros_settings_names.cc
diff --git a/chrome/browser/chromeos/cros_settings_names.cc b/chrome/browser/chromeos/cros_settings_names.cc
new file mode 100644
index 0000000000000000000000000000000000000000..84fbf7e691a10d9472d800a69785826f3cb99974
--- /dev/null
+++ b/chrome/browser/chromeos/cros_settings_names.cc
@@ -0,0 +1,15 @@
+// Copyright (c) 2010 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "chrome/browser/chromeos/cros_settings_names.h"
+
+namespace chromeos {
+
+const wchar_t kCrosSettingsPrefix[] = L"cros.";
+
+const wchar_t kAccountsPrefAllowBWSI[] = L"cros.accounts.allowBWSI";
+const wchar_t kAccountsPrefAllowGuest[] = L"cros.accounts.allowGuest";
+const wchar_t kAccountsPrefUsers[] = L"cros.accounts.users";
+
+} // namespace chromeos
« no previous file with comments | « chrome/browser/chromeos/cros_settings_names.h ('k') | chrome/browser/chromeos/dom_ui/accounts_options_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698