Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(316)

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: Rebase. Use ShellWindow::Set[Min|Max]imumSize. Update tests. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 541b9dd220d03d4ab8fca93d6c7ef5f7f331f783..98486e648ba5918ed071afbc9c38a74c02ece08b 100644
--- a/chrome/browser/extensions/extension_function_histogram_value.h
+++ b/chrome/browser/extensions/extension_function_histogram_value.h
@@ -647,6 +647,10 @@ enum HistogramValue {
CAST_CHANNEL_SEND,
CAST_CHANNEL_CLOSE,
RUNTIME_RESTART,
+ 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
This is Rietveld 408576698