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

Unified Diff: chrome/browser/ui/webui/gesture_config_ui.h

Issue 12212040: Make the workspace cycler animation parameters editable via chrome://gesture (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/ui/webui/gesture_config_ui.h
diff --git a/chrome/browser/ui/webui/gesture_config_ui.h b/chrome/browser/ui/webui/gesture_config_ui.h
index 4378ad9344e6b42d27ba1460b9c67057866d8290..167d356041f8b9a8e2fca1782ca0acb07741089a 100644
--- a/chrome/browser/ui/webui/gesture_config_ui.h
+++ b/chrome/browser/ui/webui/gesture_config_ui.h
@@ -40,6 +40,14 @@ class GestureConfigUI : public content::WebUIController {
*/
void SetPreferenceValue(const base::ListValue* args);
+ /**
+ * Checks whether the workspace cycler configuration should be added to the
+ * configurable properties.
+ * This method is asynchronous; the result is provided by a call to the JS
+ * method 'gesture_config.checkShouldAddWorkspaceCyclerConfigurationResult'.
+ */
+ void CheckShouldAddWorkspaceCyclerConfiguration(const base::ListValue* args);
+
DISALLOW_COPY_AND_ASSIGN(GestureConfigUI);
};

Powered by Google App Engine
This is Rietveld 408576698