// Copyright 2013 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_ #define CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_ // The different types of events that are logged from the NTP. This enum is used // to transfer information from the NTP javascript to the renderer and is *not* // used as a UMA enum histogram's logged value. // Note: Keep in sync with browser/resources/local_ntp/local_ntp.js, voice.js, // most_visited_single.js, and custom_backgrounds.js. enum NTPLoggingEventType { … }; #endif // CHROME_COMMON_SEARCH_NTP_LOGGING_EVENTS_H_