From 7331352a30da15c92f942d07ed1a1a7db8e61250 Mon Sep 17 00:00:00 2001 From: Thomas Van Lenten Date: Fri, 29 Apr 2016 13:51:31 -0400 Subject: Update GTMDebugThreadValidation with general queue support. --- AppKit/GTMGoogleSearch.m | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'AppKit') diff --git a/AppKit/GTMGoogleSearch.m b/AppKit/GTMGoogleSearch.m index 320c71d..9384ade 100644 --- a/AppKit/GTMGoogleSearch.m +++ b/AppKit/GTMGoogleSearch.m @@ -100,8 +100,10 @@ static LanguageDefaultInfo kLanguageListDefaultMappingTable[] = { }; // the notification we use for syncing up instances in different processes -static NSString *const kNotificationName +#if GTM_GOOGLE_SEARCH_SUPPORTS_DISTRIBUTED_NOTIFICATIONS +static NSString *const kNotificationName = @"com.google.GoogleSearchAllApps.prefsWritten"; +#endif // this is the bundle id we use for the pref file used for all apps static CFStringRef const kAllAppsBuildIdentifier -- cgit v1.2.3