| Index: win8/delegate_execute/command_execute_impl.h | 
| diff --git a/win8/delegate_execute/command_execute_impl.h b/win8/delegate_execute/command_execute_impl.h | 
| index 0fffd4f30247ab46997607c8a297891fe4ee1d4f..f45bcc969db14d3471afd986d43f215220f96ed4 100644 | 
| --- a/win8/delegate_execute/command_execute_impl.h | 
| +++ b/win8/delegate_execute/command_execute_impl.h | 
| @@ -81,9 +81,10 @@ class ATL_NO_VTABLE DECLSPEC_UUID("071BB5F2-85A4-424F-BFE7-5F1609BE4C2C") | 
| // IForegroundTransfer | 
| STDMETHOD(AllowForegroundTransfer)(void* reserved); | 
|  | 
| - private: | 
| static bool FindChromeExe(base::FilePath* chrome_exe); | 
|  | 
| + private: | 
| + | 
| static bool path_provider_initialized_; | 
|  | 
| bool GetLaunchScheme(base::string16* display_name, INTERNET_SCHEME* scheme); | 
|  |