diff options
author | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 06:15:10 +0000 |
---|---|---|
committer | benwells@chromium.org <benwells@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-02-12 06:15:10 +0000 |
commit | dc63aab9a03d091b4c88a0967d19f52a61212e16 (patch) | |
tree | 41ddfc74523057a226abca2ddfd52e83a00e75ae /apps/pref_names.h | |
parent | b1c20f53f919d5d14694562b659d0957fcd30997 (diff) | |
download | chromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.zip chromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.tar.gz chromium_src-dc63aab9a03d091b4c88a0967d19f52a61212e16.tar.bz2 |
Move app_launcher.* out of chrome/browser/extensions and into apps/
This change also moves some UI code from chrome/browser/extensions into
/chrome/browser/ui/, and cleans up the app_launcher.* code.
BUG=159366
Review URL: https://chromiumcodereview.appspot.com/12095052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181875 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'apps/pref_names.h')
-rw-r--r-- | apps/pref_names.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/pref_names.h b/apps/pref_names.h new file mode 100644 index 0000000..1cca82f --- /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 { + +extern const char kAppLauncherIsEnabled[]; + +} // namespace prefs + +} // namespace apps + +#endif // APPS_PREF_NAMES_H_ |