From 17c373ec98c893974f1525dbe957b658ffa03aae Mon Sep 17 00:00:00 2001 From: "tfarina@chromium.org" Date: Thu, 7 Mar 2013 00:43:42 +0000 Subject: apps: Document that switches and pref names should be listed in alphabetical order. And each one should be documented alongside the definition of their values in the source file. R=benwells@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12476015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186555 0039d316-1c4b-4281-b951-d872f2087c98 --- apps/switches.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'apps/switches.h') diff --git a/apps/switches.h b/apps/switches.h index c9ff965..6f7671f 100644 --- a/apps/switches.h +++ b/apps/switches.h @@ -8,6 +8,8 @@ namespace apps { namespace switches { +// Alphabetical list of switches specific to Apps component. +// Keep alphabetized and document each one in the source file. extern const char kShowAppListShortcut[]; } // namespace switches -- cgit v1.1