Chromium Code Reviews

Unified Diff: chrome/browser/extensions/extension_function_histogram_value.h

Issue 25449002: Add chrome.app.window.[get|set][Min|Max][Width|Height] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/extensions/extension_function_histogram_value.h
diff --git a/chrome/browser/extensions/extension_function_histogram_value.h b/chrome/browser/extensions/extension_function_histogram_value.h
index ff11bb3556237e6baf3ac9dd80268bd8f9da6854..14d357d289c93cdd563817289f3763a7338adab1 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -678,6 +678,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,
ENUM_BOUNDARY // Last entry: Add new entries above.
};

Powered by Google App Engine