Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(508)

Unified Diff: public/web/WebTextInputType.h

Issue 1303123002: Revert of Adding support for Smart GO NEXT feature in Android Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove DocumentMarkerController.h include Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/tests/data/advance_focus_in_form_with_tabindex_elements.html ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebTextInputType.h
diff --git a/public/web/WebTextInputType.h b/public/web/WebTextInputType.h
index 31acb55248a3576053ee628ba58b5e72da0fbb40..8bd37c04de3452813a4d2718470616d3cad3f421 100644
--- a/public/web/WebTextInputType.h
+++ b/public/web/WebTextInputType.h
@@ -85,10 +85,7 @@ enum WebTextInputFlags {
WebTextInputFlagAutocapitalizeNone = 1 << 6,
WebTextInputFlagAutocapitalizeCharacters = 1 << 7,
WebTextInputFlagAutocapitalizeWords = 1 << 8,
- WebTextInputFlagAutocapitalizeSentences = 1 << 9,
- WebTextInputFlagListeningToKeyboardEvents = 1 << 10,
- WebTextInputFlagHaveNextFocusableElement = 1 << 11,
- WebTextInputFlagHavePreviousFocusableElement = 1 << 12
+ WebTextInputFlagAutocapitalizeSentences = 1 << 9
};
} // namespace blink
« no previous file with comments | « Source/web/tests/data/advance_focus_in_form_with_tabindex_elements.html ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698