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

Unified Diff: apps/pref_names.h

Issue 499253002: Revert of Merge apps/pref* to extensions/browser/pref* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « apps/apps.gypi ('k') | apps/pref_names.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: apps/pref_names.h
diff --git a/apps/pref_names.h b/apps/pref_names.h
new file mode 100644
index 0000000000000000000000000000000000000000..764be8274ebfd952dbb1fdb06d452071711fc24e
--- /dev/null
+++ b/apps/pref_names.h
@@ -0,0 +1,18 @@
+// Copyright 2013 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.
+
+#ifndef APPS_PREF_NAMES_H_
+#define APPS_PREF_NAMES_H_
+
+namespace apps {
+namespace prefs {
+
+// Alphabetical list of preference names specific to Apps component.
+// Keep alphabetized and document each one in the source file.
+extern const char kAppFullscreenAllowed[];
+
+} // namespace prefs
+} // namespace apps
+
+#endif // APPS_PREF_NAMES_H_
« no previous file with comments | « apps/apps.gypi ('k') | apps/pref_names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698