diff options
author | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 16:21:30 +0000 |
---|---|---|
committer | sail@chromium.org <sail@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-01-15 16:21:30 +0000 |
commit | 160179a7db8979aa67691c167704069ac8f77fa5 (patch) | |
tree | fc57a8b8742c20626584d7f933b5740ffc607335 | |
parent | 19c9e361764e8b83b97410a0e2fa6ec5e06b3180 (diff) | |
download | chromium_src-160179a7db8979aa67691c167704069ac8f77fa5.zip chromium_src-160179a7db8979aa67691c167704069ac8f77fa5.tar.gz chromium_src-160179a7db8979aa67691c167704069ac8f77fa5.tar.bz2 |
Add reminder to update sync_promo_trial.cc when updating SyncPromoUI::Source
BUG=
NOTRY=true
Review URL: https://chromiumcodereview.appspot.com/11889038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@176916 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/ui/webui/sync_promo/sync_promo_ui.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h index c9ee350..1a9c493 100644 --- a/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h +++ b/chrome/browser/ui/webui/sync_promo/sync_promo_ui.h @@ -13,6 +13,7 @@ class PrefServiceSyncable; // The Web UI handler for chrome://signin. class SyncPromoUI : public content::WebUIController { public: + // Please keep this in sync with enums in sync_promo_trial.cc. enum Source { SOURCE_START_PAGE = 0, // This must be first. SOURCE_NTP_LINK, |