Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #125 from gcarq/feature/63.0.3239.108
Browse files Browse the repository at this point in the history
63.0.3239.108: Update
  • Loading branch information
gcarq committed Dec 16, 2017
2 parents 73b0694 + c0706eb commit c1f79e4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions 0001-fix-building-without-safebrowsing.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
}

private:
@@ -1682,7 +1681,7 @@ void ChromeContentBrowserClient::AppendE
@@ -1704,7 +1703,7 @@ void ChromeContentBrowserClient::AppendE
// Disable client-side phishing detection in the renderer if it is
// disabled in the Profile preferences or the browser process.
if (!prefs->GetBoolean(prefs::kSafeBrowsingEnabled) ||
Expand All @@ -17,7 +17,7 @@
command_line->AppendSwitch(
switches::kDisableClientSidePhishingDetection);
}
@@ -2259,15 +2258,9 @@ void ChromeContentBrowserClient::AllowCe
@@ -2281,15 +2280,9 @@ void ChromeContentBrowserClient::AllowCe
// Otherwise, display an SSL blocking page. The interstitial page takes
// ownership of ssl_blocking_page.

Expand All @@ -34,7 +34,7 @@
}

void ChromeContentBrowserClient::SelectClientCertificate(
@@ -2456,8 +2449,6 @@ bool ChromeContentBrowserClient::CanCrea
@@ -2478,8 +2471,6 @@ bool ChromeContentBrowserClient::CanCrea
void ChromeContentBrowserClient::ResourceDispatcherHostCreated() {
DCHECK_CURRENTLY_ON(BrowserThread::UI);

Expand All @@ -43,7 +43,7 @@
for (size_t i = 0; i < extra_parts_.size(); ++i)
extra_parts_[i]->ResourceDispatcherHostCreated();

@@ -2974,17 +2965,6 @@ void ChromeContentBrowserClient::ExposeI
@@ -2996,17 +2987,6 @@ void ChromeContentBrowserClient::ExposeI
base::RetainedRef(context)));
}

Expand All @@ -61,7 +61,7 @@
#if defined(OS_WIN)
if (base::FeatureList::IsEnabled(features::kModuleDatabase)) {
// Add the ModuleEventSink interface. This is the interface used by renderer
@@ -3563,12 +3543,6 @@ ChromeContentBrowserClient::CreateURLLoa
@@ -3585,12 +3565,6 @@ ChromeContentBrowserClient::CreateURLLoa

std::vector<std::unique_ptr<content::URLLoaderThrottle>> result;

Expand All @@ -74,7 +74,7 @@
return result;
}

@@ -3624,18 +3598,3 @@ void ChromeContentBrowserClient::SetDefa
@@ -3646,18 +3620,3 @@ void ChromeContentBrowserClient::SetDefa
const storage::QuotaSettings* settings) {
g_default_quota_settings = settings;
}
Expand Down
8 changes: 4 additions & 4 deletions PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us>

pkgname=inox
pkgver=63.0.3239.84
pkgver=63.0.3239.108
pkgrel=1
_launcher_ver=5
pkgdesc="Chromium Spin-off to enhance privacy by disabling data transmission to Google"
Expand Down Expand Up @@ -63,10 +63,10 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/chrom
https://raw.githubusercontent.com/gcarq/inox-patchset/$pkgver/9000-disable-metrics.patch)


sha256sums=('6de2754dfc333675ae6a67ae13c95666009b35c84f847b058edbf312e42fa3af'
sha256sums=('47d80798194da78bdd519b7ce012425b13cf89d6eb287e22a34342a245c31a2b'
'4dc3428f2c927955d9ae117f2fb24d098cc6dd67adb760ac9c82b522ec8b0587'
'ff3f939a8757f482c1c5ba35c2c0f01ee80e2a2273c16238370081564350b148'
'782a512b8bcf4aa6e58036cc3454d037d0eea69f27d5b673902d494c3fb5b20d'
'6da2cc8e4ae13547763f946c331b2f819fbb8af01681b8b90564a95f8a423e58'
'71471fa4690894420f9e04a2e9a622af620d92ac2714a35f9a4c4e90fa3968dd'
'4a533acefbbc1567b0d74a1c0903e9179b8c59c1beabe748850795815366e509'
'7b88830c5e0e9819f514ad68aae885d427541a907e25607e47dee1b0f38975fd'
Expand All @@ -81,7 +81,7 @@ sha256sums=('6de2754dfc333675ae6a67ae13c95666009b35c84f847b058edbf312e42fa3af'
'bcb2f4588cf5dcf75cde855c7431e94fdcc34bdd68b876a90f65ab9938594562'
'73275413f078b1217a11e5a099777c1ace11a667144d5106975d1ff650540321'
'a15b2ca40b5ca17d4763e41e226fb5faca22277027e8321675c87038dd9879d5'
'30d77bcb9088118d72b3b2b85156a2747772c6d04de3c51944ec482ad12983b9'
'22726f4f16c7ac9d0c1afc47d6aa40bc02f6de42cfa86a9153781e1d50b58181'
'605cca8be9828a29cc96d473847eef9452d572fe6a56dacd96426a202310ba58'
'fb91a7e30e2615e4eb0626b0fdcf97b92d4a727a52023730f408b02fee436c8d'
'94d20bc91ce6f4c9405293b4480670af9e7c3a79f2b87268e663dc2f063cb6e4'
Expand Down

0 comments on commit c1f79e4

Please sign in to comment.