blob: 10d94a57759548f53572aadd92123b5576db23ba [file] [log] [blame]
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/obsolete_system/obsolete_system.h"
// static
bool ObsoleteSystem::IsObsoleteNowOrSoon() {
return false;
}
// static
base::string16 ObsoleteSystem::LocalizedObsoleteString() {
return base::string16();
}
// static
bool ObsoleteSystem::IsEndOfTheLine() {
return false;
}
// static
const char* ObsoleteSystem::GetLinkURL() {
return "";
}