Rename flag to OSKResizesVisualViewportByDefault

Rename OSKResizesVisualViewport to OSKResizesVisualViewportByDefault.
Since https://crrev.com/c/3937176, Blink may put Chrome into a mode
where the OSK resizes the visual viewport even if this flag is off so
renaming it to be more accurate.

Bug: 1353728
Change-Id: I4ea7d829bde085949e37162275dd6691251e6ea7
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3942930
Commit-Queue: David Bokan <[email protected]>
Reviewed-by: Ken Buchanan <[email protected]>
Reviewed-by: Ted Choc <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1057544}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc
index 7805ca8..196d503 100644
--- a/chrome/browser/flag_descriptions.cc
+++ b/chrome/browser/flag_descriptions.cc
@@ -3660,12 +3660,12 @@
 const char kEnableFamilyInfoFeedbackDescription[] =
     "Enable FamilyLink feedback source in Chrome Settings feedback";
 
-const char kEnableOskResizesVisualViewportName[] =
-    "Enable OSK resizes visual viewport";
-const char kEnableOskResizesVisualViewportDescription[] =
-    "With this flag on, the Android On-Screen-Keyboard (OSK) will avoid "
-    "changing the page height,"
-    "resizing only the visual viewport.";
+const char kEnableOskResizesVisualViewportByDefaultName[] =
+    "Enable OSK resizes visual viewport by default";
+const char kEnableOskResizesVisualViewportByDefaultDescription[] =
+    "Unless explicitly overriden by the page author, the Android "
+    "On-Screen-Keyboard (OSK) will avoid changing the page height, resizing "
+    "only the visual viewport.";
 
 const char kExploreSitesName[] = "Explore websites";
 const char kExploreSitesDescription[] =