X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fwin8%2Fdelegate_execute%2Fcommand_execute_impl.h;h=f45bcc969db14d3471afd986d43f215220f96ed4;hb=3545e9f2671f595d2a2f3ee75ca0393b01e35ef6;hp=72e1085cf9d4b4c4a0c3b94fac77ec2169f4ac08;hpb=7d210d4c7e9ba36e635eabc5b5780495f8a63292;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/win8/delegate_execute/command_execute_impl.h b/src/win8/delegate_execute/command_execute_impl.h index 72e1085..f45bcc9 100644 --- a/src/win8/delegate_execute/command_execute_impl.h +++ b/src/win8/delegate_execute/command_execute_impl.h @@ -15,8 +15,6 @@ #include "base/process/process_handle.h" #include "win8/delegate_execute/resource.h" // main symbols -using namespace ATL; - EXTERN_C const GUID CLSID_CommandExecuteImpl; // CommandExecuteImpl @@ -83,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);