Chromium Code Reviews| Index: chrome/browser/ui/webui/sync_promo_ui.h |
| =================================================================== |
| --- chrome/browser/ui/webui/sync_promo_ui.h (revision 111699) |
| +++ chrome/browser/ui/webui/sync_promo_ui.h (working copy) |
| @@ -45,8 +45,8 @@ |
| // If |show_title| is true then the promo title is made visible. |
| static GURL GetSyncPromoURL(const GURL& next_page, bool show_title); |
| - // Gets the show title value from the query portion of the sync promo URL. |
| - static bool GetShowTitleForSyncPromoURL(const GURL& url); |
| + // Gets the launch page value from the query portion of the sync promo URL. |
|
sail
2011/11/28 16:34:25
"the launch page value" suggests that the return v
SteveT
2011/11/28 20:07:32
Yeah that's better. Done.
|
| + static bool GetLaunchPageForSyncPromoURL(const GURL& url); |
|
sail
2011/11/28 16:34:25
Maybe GetIsLaunchPageForSyncPromoURL() instead?
SteveT
2011/11/28 20:07:32
Done.
|
| // Gets the next page URL from the query portion of the sync promo URL. |
| static GURL GetNextPageURLForSyncPromoURL(const GURL& url); |