Implement setters for app window bounds API

App window inner and outer bounds can now be changed after
window creation. The functions for get/set constraints were
still in Dev and have been removed.

BUG=315471
TEST=browser_tests (AppWindowAPITest.*)

Review URL: https://codereview.chromium.org/192373002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257030 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/extensions/browser/extension_function_histogram_value.h b/extensions/browser/extension_function_histogram_value.h
index 9434af5..c3d60fe 100644
--- a/extensions/browser/extension_function_histogram_value.h
+++ b/extensions/browser/extension_function_histogram_value.h
@@ -677,10 +677,10 @@
   WEBRTC_AUDIO_PRIVATE_SET_ACTIVE_SINK,
   WEBRTC_AUDIO_PRIVATE_GET_ASSOCIATED_SINK,
   VIRTUALKEYBOARDPRIVATE_KEYBOARDLOADED,
-  APP_CURRENTWINDOWINTERNAL_SETMINWIDTH,
-  APP_CURRENTWINDOWINTERNAL_SETMINHEIGHT,
-  APP_CURRENTWINDOWINTERNAL_SETMAXWIDTH,
-  APP_CURRENTWINDOWINTERNAL_SETMAXHEIGHT,
+  DELETED_APP_CURRENTWINDOWINTERNAL_SETMINWIDTH,
+  DELETED_APP_CURRENTWINDOWINTERNAL_SETMINHEIGHT,
+  DELETED_APP_CURRENTWINDOWINTERNAL_SETMAXWIDTH,
+  DELETED_APP_CURRENTWINDOWINTERNAL_SETMAXHEIGHT,
   SYSTEMPRIVATE_GETAPIKEY,
   CHROMEOSINFOPRIVATE_SET,
   BOOKMARKMANAGERPRIVATE_GETMETAINFO,
@@ -758,6 +758,7 @@
   WEBVIEW_CONTEXTMENUSREMOVE,
   WEBVIEW_CONTEXTMENUSREMOVEALL,
   AUTOMATIONINTERNAL_ENABLECURRENTTAB,
+  APP_CURRENTWINDOWINTERNAL_SETSIZECONSTRAINTS,
   // Last entry: Add new entries above and ensure to update
   // tools/metrics/histograms/histograms/histograms.xml.
   ENUM_BOUNDARY