-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0001-google_now-disable-this.patch
31 lines (27 loc) · 1.17 KB
/
0001-google_now-disable-this.patch
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
From 876222e46c47c893e2029e9dda517dd88445bd07 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <[email protected]>
Date: Fri, 19 Jun 2015 19:20:39 +0200
Subject: [PATCH] google_now: disable this
"Google Now is an intelligent personal assistant developed by Google.
It is available within the Google Search mobile application for
Android, as well as the Google Chrome web browser on personal
computers." (-WP)
Get off my lawn!
---
chrome/common/BUILD.gn | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/chrome/common/BUILD.gn b/chrome/common/BUILD.gn
index d08a945c6b11..ed66293a340c 100644
--- a/chrome/common/BUILD.gn
+++ b/chrome/common/BUILD.gn
@@ -39,7 +39,7 @@ buildflag_header("features") {
"ENABLE_BASIC_PRINT_DIALOG=$enable_basic_print_dialog",
"ENABLE_CAPTIVE_PORTAL_DETECTION=$enable_captive_portal_detection",
"ENABLE_DOWNLOADABLE_STRINGS=$enable_downloadable_strings",
- "ENABLE_GOOGLE_NOW=$enable_google_now",
+ "ENABLE_GOOGLE_NOW=0",
"ENABLE_HANGOUT_SERVICES_EXTENSION=$enable_hangout_services_extension",
"ENABLE_ONE_CLICK_SIGNIN=$enable_one_click_signin",
"ENABLE_NATIVE_NOTIFICATIONS=$enable_native_notifications",
--
2.14.3