diff options
author | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-01 19:35:31 +0000 |
---|---|---|
committer | asargent@chromium.org <asargent@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-01 19:35:31 +0000 |
commit | b9f57287047fb5cee26924fd66e8f77280c59c70 (patch) | |
tree | d804c744995a9770018ba1fc5e389e74aa909705 /chrome/common/chrome_switches.cc | |
parent | 7b923c6547a3619e4f0727d98e4b882c4d06eb77 (diff) | |
download | chromium_src-b9f57287047fb5cee26924fd66e8f77280c59c70.zip chromium_src-b9f57287047fb5cee26924fd66e8f77280c59c70.tar.gz chromium_src-b9f57287047fb5cee26924fd66e8f77280c59c70.tar.bz2 |
Add a missing comment to a switch I recently added.
BUG=63511
TEST=none
TBR=erikkay@chromium.org
Review URL: http://codereview.chromium.org/5460002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@67888 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r-- | chrome/common/chrome_switches.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 512cf28..dab23be 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -59,6 +59,7 @@ const char kAppsGalleryReturnTokens[] = "apps-gallery-return-tokens"; // The URL to use for the gallery link in the app launcher. const char kAppsGalleryURL[] = "apps-gallery-url"; +// The update url used by gallery/webstore extensions. const char kAppsGalleryUpdateURL[] = "apps-gallery-update-url"; // Disable throbber for extension apps. |