summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
authortmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 06:16:00 +0000
committertmdiep@chromium.org <tmdiep@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-14 06:16:00 +0000
commit9123f55abcba591f96e2cdb4d2e2074b5b87179c (patch)
tree53bff1ae75d8c567a49e218b51529ef60d36f36a /extensions
parentd421f6208bb997a429247d2d264182b1f24f8522 (diff)
downloadchromium_src-9123f55abcba591f96e2cdb4d2e2074b5b87179c.zip
chromium_src-9123f55abcba591f96e2cdb4d2e2074b5b87179c.tar.gz
chromium_src-9123f55abcba591f96e2cdb4d2e2074b5b87179c.tar.bz2
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
Diffstat (limited to 'extensions')
-rw-r--r--extensions/browser/extension_function_histogram_value.h9
1 files changed, 5 insertions, 4 deletions
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 @@ enum HistogramValue {
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 @@ enum HistogramValue {
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