Fix line endings. WHAMMY.

This commit is contained in:
Jørgen P. Tjernø
2013-12-02 19:31:46 -08:00
parent c47ad60970
commit f56bb35301
6719 changed files with 2805089 additions and 2805089 deletions

View File

@@ -1,30 +1,30 @@
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//=============================================================================//
#ifndef HTMLMANAGER_H
#define HTMLMANAGER_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
// Purpose: helper funcs to pump chrome
//-----------------------------------------------------------------------------
void ChromeInit( const char *pchHTMLCacheDir, const char *pchCookiePath );
void ChromeShutdown();
#ifdef DBGFLAG_VALIDATE
void ChromeValidate( CValidator &validator, const char *pchName );
bool ChromeResumeFromValidate();
bool ChromePrepareForValidate();
#endif
bool ChromeSetWebCookie( const char *pchHostname, const char *pchName, const char *pchValue, const char *pchPath );
void ChromeSetClientBuildID( uint64 ulBuildID );
enum EMouseState { UP,DOWN,MOVE,DBLCLICK };
#endif // HTMLMANAGER_H
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//=============================================================================//
#ifndef HTMLMANAGER_H
#define HTMLMANAGER_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
// Purpose: helper funcs to pump chrome
//-----------------------------------------------------------------------------
void ChromeInit( const char *pchHTMLCacheDir, const char *pchCookiePath );
void ChromeShutdown();
#ifdef DBGFLAG_VALIDATE
void ChromeValidate( CValidator &validator, const char *pchName );
bool ChromeResumeFromValidate();
bool ChromePrepareForValidate();
#endif
bool ChromeSetWebCookie( const char *pchHostname, const char *pchName, const char *pchValue, const char *pchPath );
void ChromeSetClientBuildID( uint64 ulBuildID );
enum EMouseState { UP,DOWN,MOVE,DBLCLICK };
#endif // HTMLMANAGER_H