Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(224)

Issue 6368018: Fix web resource server so that it points at the topic for the new promo.... (Closed)

Created:
9 years, 11 months ago by Miranda Callahan
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Fix web resource server so that it points at the topic for the new promo. BUG=68672 TEST=manual; ask me for details. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=72556

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M chrome/browser/web_resource/web_resource_service.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Miranda Callahan
TBR -- just a server change.
9 years, 11 months ago (2011-01-25 22:21:08 UTC) #1
arv (Not doing code reviews)
9 years, 11 months ago (2011-01-26 00:34:16 UTC) #2
LGTM
erik








On Tue, Jan 25, 2011 at 14:21,  <mirandac@chromium.org> wrote:
> Reviewers: arv,
>
> Message:
> TBR -- just a server change.
>
> Description:
> Fix web resource server so that it points at the topic for the new promo.
>
> BUG=68672
> TEST=manual; ask me for details.
>
> Please review this at http://codereview.chromium.org/6368018/
>
> SVN Base: svn://svn.chromium.org/chrome/trunk/src/
>
> Affected files:
>  M     chrome/browser/web_resource/web_resource_service.cc
>
>
> Index: chrome/browser/web_resource/web_resource_service.cc
> ===================================================================
> --- chrome/browser/web_resource/web_resource_service.cc (revision 72489)
> +++ chrome/browser/web_resource/web_resource_service.cc (working copy)
> @@ -221,7 +221,7 @@
>  // Server for dynamically loaded NTP HTML elements. TODO(mirandac): append
>  // locale for future usage, when we're serving localizable strings.
>  const char* WebResourceService::kDefaultWebResourceServer =
> -    "https://www.google.com/support/chrome/bin/topic/30248/inproduct";
> +    "https://www.google.com/support/chrome/bin/topic/1142433/inproduct";
>
>  WebResourceService::WebResourceService(Profile* profile)
>     : prefs_(profile->GetPrefs()),
>
>
>

Powered by Google App Engine
This is Rietveld 408576698