| // Copyright 2021 The Chromium Authors. All rights reserved. | 
 | // Use of this source code is governed by a BSD-style license that can be | 
 | // found in the LICENSE file. | 
 |  | 
 | #ifndef CHROME_BROWSER_CONTINUOUS_SEARCH_PAGE_CATEGORY_H_ | 
 | #define CHROME_BROWSER_CONTINUOUS_SEARCH_PAGE_CATEGORY_H_ | 
 |  | 
 | namespace continuous_search { | 
 |  | 
 | // GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser.continuous_search | 
 | enum class PageCategory { | 
 |   kOrganicSrp = 0, | 
 |   kNewsSrp = 1, | 
 |   kDiscover = 2, | 
 |   kNone = 3, | 
 | }; | 
 |  | 
 | }  // namespace continuous_search | 
 |  | 
 | #endif  // CHROME_BROWSER_CONTINUOUS_SEARCH_PAGE_CATEGORY_H_ |