summaryrefslogtreecommitdiff
path: root/toolkit/components/places/nsNavHistory.h
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/components/places/nsNavHistory.h')
-rw-r--r--toolkit/components/places/nsNavHistory.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/components/places/nsNavHistory.h b/toolkit/components/places/nsNavHistory.h
index ed5272ce01..c6e1133ff0 100644
--- a/toolkit/components/places/nsNavHistory.h
+++ b/toolkit/components/places/nsNavHistory.h
@@ -44,10 +44,8 @@
// If you typed it more than this time ago, it's not recent.
#define RECENT_EVENT_THRESHOLD PRTime((int64_t)15 * 60 * PR_USEC_PER_SEC)
-#ifdef MOZ_XUL
// Fired after autocomplete feedback has been updated.
#define TOPIC_AUTOCOMPLETE_FEEDBACK_UPDATED "places-autocomplete-feedback-updated"
-#endif
// Fired after frecency has been updated.
#define TOPIC_FRECENCY_UPDATED "places-frecency-updated"
@@ -591,10 +589,8 @@ protected:
const nsACString& url);
void ExpireNonrecentEvents(RecentEventHash* hashTable);
-#ifdef MOZ_XUL
nsresult AutoCompleteFeedback(int32_t aIndex,
nsIAutoCompleteController *aController);
-#endif
// Whether history is enabled or not.
// Will mimic value of the places.history.enabled preference.