Commit d44fda1c authored by pkasting@chromium.org's avatar pkasting@chromium.org

Revert 72408 - Fix leak.

BUG=70576
TEST=none
Review URL: http://codereview.chromium.org/6282012

TBR=pkasting@chromium.org
Review URL: http://codereview.chromium.org/6340015

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72411 0039d316-1c4b-4281-b951-d872f2087c98
parent 345f4f53
......@@ -73,6 +73,10 @@ string16 GoogleURLTrackerInfoBarDelegate::GetMessageText() const {
UTF8ToUTF16(new_google_url_.spec()));
}
int GoogleURLTrackerInfoBarDelegate::GetButtons() const {
return BUTTON_OK | BUTTON_CANCEL;
}
string16 GoogleURLTrackerInfoBarDelegate::GetButtonLabel(
InfoBarButton button) const {
return l10n_util::GetStringUTF16((button == BUTTON_OK) ?
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment