aboutsummaryrefslogtreecommitdiff
path: root/Foundation/GTMGoogleSearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'Foundation/GTMGoogleSearch.h')
-rw-r--r--Foundation/GTMGoogleSearch.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Foundation/GTMGoogleSearch.h b/Foundation/GTMGoogleSearch.h
index d18aadf..06b8d51 100644
--- a/Foundation/GTMGoogleSearch.h
+++ b/Foundation/GTMGoogleSearch.h
@@ -32,6 +32,10 @@
#define GTMGoogleSearchBooks @"books"
#define GTMGoogleSearchWeb @"search"
+// iPhone doesn't support distributed notifications, so this controls whether
+// or not we enable them in this class.
+#define GTM_GOOGLE_SEARCH_SUPPORTS_DISTRIBUTED_NOTIFICATIONS GTM_MACOS_SDK
+
// Composes URLs and searches for google properties in the correct language
// and domain.
@interface GTMGoogleSearch : NSObject {