| Index: chrome/browser/ui/search/search.h
|
| ===================================================================
|
| --- chrome/browser/ui/search/search.h (revision 185538)
|
| +++ chrome/browser/ui/search/search.h (working copy)
|
| @@ -73,6 +73,9 @@
|
| // Returns true if |url| should be rendered in the Instant renderer process.
|
| bool ShouldAssignURLToInstantRenderer(const GURL& url, Profile* profile);
|
|
|
| +// Record the InstantExtended pref value for UMA.
|
| +void RecordInstantExtendedPrefValue(bool pref_value);
|
| +
|
| // -----------------------------------------------------
|
| // The following APIs are exposed for use in tests only.
|
| // -----------------------------------------------------
|
|
|