diff options
author | Thomas Van Lenten <thomasvl@google.com> | 2016-04-29 13:51:31 -0400 |
---|---|---|
committer | Thomas Van Lenten <thomasvl@google.com> | 2016-04-29 13:51:31 -0400 |
commit | 7331352a30da15c92f942d07ed1a1a7db8e61250 (patch) | |
tree | f1b0df239232010b987b75eb1c3b940c95e499d8 /AppKit | |
parent | 91fdd6d09d6390b67ff3258b6418437dca11d6e1 (diff) |
Update GTMDebugThreadValidation with general queue support.
Diffstat (limited to 'AppKit')
-rw-r--r-- | AppKit/GTMGoogleSearch.m | 4 |
1 files changed, 3 insertions, 1 deletions
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 |