Add a button in the Gear menu to open more Files.app's windows.

Before, it was not obvious how to open more windows. Now it can be done by using the Gear menu. The new window will be open on the same location as the current one.

NOTRY=True
TEST=Click on the Gear menu, click on New window.
BUG=177575


Review URL: https://chromiumcodereview.appspot.com/12328081

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@186385 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index 0f4f0f3..f931baa6 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -485,6 +485,7 @@
   DEVELOPERPRIVATE_RESTART,
   DEVELOPERPRIVATE_ALLOWINCOGNITO,
   INPUT_IME_DELETESURROUNDINGTEXT,
+  FILEBROWSERPRIVATE_OPENNEWWINDOW,
   ENUM_BOUNDARY // Last entry: Add new entries above.
 };