Commit 1ce04538 authored by dzhioev@chromium.org's avatar dzhioev@chromium.org

Removed references to "Get Started" app from sources.

"Get Started" was replaced by the new first-run UI.

BUG=319963

Review URL: https://codereview.chromium.org/139383003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@245588 0039d316-1c4b-4281-b951-d872f2087c98
parent 754b543c
......@@ -67,7 +67,6 @@ void GetDefault(std::vector<std::string>* app_ids) {
"dlppkpafhbajpcmmoheippocdidnckmm", // Google+
"kbpgddbgniojgndnhlkjbkpknjhppkbk", // Google+ Hangouts
"hhaomjibdihmijegdhdafkllkbggdgoj", // Files
extension_misc::kTipsAndTricksAppId,
extension_misc::kGooglePlayMusicAppId,
"mmimngoggfoobjdlefbcabngfnmieonb", // Play Books
"fppdphmgcddhjeddoeghpjefkdlccljb", // Play Movies
......
......@@ -170,12 +170,6 @@ void ExternalPrefCacheLoader::StartLoading() {
}
void ExternalPrefCacheLoader::LoadFinished() {
// TODO(dzhioev): Remove "Tips & Tricks" app from default apps till M33.
if (!CommandLine::ForCurrentProcess()->HasSwitch(
switches::kDisableFirstRunUI) &&
prefs_.get() && prefs_->HasKey(extension_misc::kTipsAndTricksAppId)) {
prefs_->Remove(extension_misc::kTipsAndTricksAppId, NULL);
}
cache_dispatcher_->UpdateExtensionsList(prefs_.Pass());
}
......
......@@ -285,7 +285,6 @@
"whitelist": [
"mdbihdcgjmagbcapkhhkjbbdlkflmbfo", // unit_tests
"pafkbggdmjlpgkdkcbjmhmfcdpncadgh", // Google Now
"hkhhlkdconhgemhegnplaldnmnmkaemd", // Get Started App
"nmmhkkegccagdldgiimedpiccmgmieda", // In-app payments support app.
"4B1D0E19C6C43C008C44A8278C8B5BFE15ABEB3C",
"F7FA7ABC1ECB89BA8EE6656847EFABBF43BB9BCA",
......
......@@ -121,7 +121,6 @@ const char kStreamsPrivateTestExtensionId[] =
const char kWebStoreAppId[] = "ahfgeienlihckogmohjhadlkjgocpleb";
const char kYoutubeAppId[] = "blpcfgokakmgnkcojhhkbfbldkacnbeo";
const char kInAppPaymentsSupportAppId[] = "nmmhkkegccagdldgiimedpiccmgmieda";
const char kTipsAndTricksAppId[] = "hkhhlkdconhgemhegnplaldnmnmkaemd";
const char kAppLaunchHistogram[] = "Extensions.AppLaunch";
const char kPlatformAppLaunchHistogram[] = "Apps.AppLaunch";
......
......@@ -139,9 +139,6 @@ namespace extension_misc {
// The extension id of the in-app payments support application.
extern const char kInAppPaymentsSupportAppId[];
// The extension id of the Tips & Tricks application.
extern const char kTipsAndTricksAppId[];
// Note: this structure is an ASN.1 which encodes the algorithm used
// with its parameters. This is defined in PKCS #1 v2.1 (RFC 3447).
// It is encoding: { OID sha1WithRSAEncryption PARAMETERS NULL }
......
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