This source file includes following definitions.
- ThemeInfoChanged
- MostVisitedItemsChanged
- DefaultSearchProviderChanged
- GoogleURLUpdated
- OmniboxStartMarginChanged
#include "chrome/browser/search/instant_service_observer.h"
void InstantServiceObserver::ThemeInfoChanged(const ThemeBackgroundInfo&) {
}
void InstantServiceObserver::MostVisitedItemsChanged(
const std::vector<InstantMostVisitedItem>&) {
}
void InstantServiceObserver::DefaultSearchProviderChanged() {
}
void InstantServiceObserver::GoogleURLUpdated() {
}
void InstantServiceObserver::OmniboxStartMarginChanged(
int omnibox_start_margin) {
}