| Index: content/public/common/stop_find_action.h
|
| diff --git a/content/public/common/stop_find_action.h b/content/public/common/stop_find_action.h
|
| index 2477097ba365f7d03169666444aa8a70f2545c64..0088eec3ea6c64f89e83416eb21893d10390c6c7 100644
|
| --- a/content/public/common/stop_find_action.h
|
| +++ b/content/public/common/stop_find_action.h
|
| @@ -12,7 +12,8 @@ namespace content {
|
| enum StopFindAction {
|
| STOP_FIND_ACTION_CLEAR_SELECTION,
|
| STOP_FIND_ACTION_KEEP_SELECTION,
|
| - STOP_FIND_ACTION_ACTIVATE_SELECTION
|
| + STOP_FIND_ACTION_ACTIVATE_SELECTION,
|
| + STOP_FIND_ACTION_LAST = STOP_FIND_ACTION_ACTIVATE_SELECTION
|
| };
|
|
|
| } // namespace content
|
|
|