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

Unified Diff: chromeos_wm_ipc_enums.h

Issue 2474001: libcros: Add initially-focused parameter for panels to comment. (Closed) Base URL: ssh://git@gitrw.chromium.org:9222//cros.git
Patch Set: Created 10 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos_wm_ipc_enums.h
diff --git a/chromeos_wm_ipc_enums.h b/chromeos_wm_ipc_enums.h
index 4604c6e2945a83159a5df9bf36235c75754fed85..71791c66e1a698b4bd33a10b27ded004261ec3fa 100644
--- a/chromeos_wm_ipc_enums.h
+++ b/chromeos_wm_ipc_enums.h
@@ -37,6 +37,7 @@ enum WmIpcWindowType {
// param[0]: X ID of associated titlebar, which must be mapped before
// its content.
// param[1]: Initial state for panel (0 is collapsed, 1 is expanded).
+ // param[2]: Should the panel be initially focused? (0 is no, 1 is yes).
WM_IPC_WINDOW_CHROME_PANEL_CONTENT = 4,
// A small window placed above the panel's contents containing its title
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698