| Index: content/public/browser/invalidate_type.h
|
| diff --git a/content/public/browser/invalidate_type.h b/content/public/browser/invalidate_type.h
|
| index f85ec3da0afe9795a27c024a2e24ecbd7a5e299a..975bb304cf12e0a5c09d98f642da25deea1eaf3d 100644
|
| --- a/content/public/browser/invalidate_type.h
|
| +++ b/content/public/browser/invalidate_type.h
|
| @@ -9,11 +9,6 @@
|
|
|
| // Flags passed to the WebContentsDelegate.NavigationStateChanged to tell it
|
| // what has changed. Combine them to update more than one thing.
|
| -//
|
| -// A Java counterpart will be generated for this enum.
|
| -// GENERATED_JAVA_ENUM_PACKAGE: (
|
| -// org.chromium.content_public.browser)
|
| -// GENERATED_JAVA_PREFIX_TO_STRIP: INVALIDATE_TYPE_
|
| enum InvalidateTypes {
|
| INVALIDATE_TYPE_URL = 1 << 0, // The URL has changed.
|
| INVALIDATE_TYPE_TAB = 1 << 1, // The favicon, app icon, or crashed
|
|
|