Trigger a reset of force-compositing-mode in about:flags.

We've been getting various complaints and bug reports by users that don't realize force-compositing-mode is enabled. This change should cause the about:flags option to reset without changing the command-line flag or any text that users see.

Review URL: http://codereview.chromium.org/7300019

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91396 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 9e3f1d9f..9934202 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -141,7 +141,7 @@
     SINGLE_VALUE_TYPE(switches::kIgnoreGpuBlacklist)
   },
   {
-    "force-compositing-mode",
+    "force-compositing-mode-2",
     IDS_FLAGS_FORCE_COMPOSITING_MODE_NAME,
     IDS_FLAGS_FORCE_COMPOSITING_MODE_DESCRIPTION,
     kOsAll,