Index: chrome/browser/ui/webui/options/browser_options_handler.h |
diff --git a/chrome/browser/ui/webui/options/browser_options_handler.h b/chrome/browser/ui/webui/options/browser_options_handler.h |
index e400130e71d1cfbb83e6ae672187031afda975ad..edef235247492e010339b68cdb7671385b1a1074 100644 |
--- a/chrome/browser/ui/webui/options/browser_options_handler.h |
+++ b/chrome/browser/ui/webui/options/browser_options_handler.h |
@@ -94,6 +94,9 @@ class BrowserOptionsHandler : public OptionsPageUIHandler, |
void EnableInstant(const ListValue* args); |
void DisableInstant(const ListValue* args); |
+ // Called to request information about the Instant field trial. |
+ void GetInstantFieldTrialStatus(const ListValue* args); |
+ |
// Returns the string ID for the given default browser state. |
int StatusStringIdForState(ShellIntegration::DefaultWebClientState state); |