mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix the comments to CefCommandLine::AppendSwitch methods
This commit is contained in:
committed by
Marshall Greenblatt
parent
aae420aa8b
commit
4f336c110b
@ -168,14 +168,14 @@ class CefCommandLine : public virtual CefBaseRefCounted {
|
||||
virtual void GetSwitches(SwitchMap& switches) = 0;
|
||||
|
||||
///
|
||||
/// Add a switch to the end of the command line. If the switch has no value
|
||||
/// pass an empty value string.
|
||||
/// Add a switch to the end of the command line.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void AppendSwitch(const CefString& name) = 0;
|
||||
|
||||
///
|
||||
/// Add a switch with the specified value to the end of the command line.
|
||||
/// Add a switch with the specified value to the end of the command line. If
|
||||
/// the switch has no value pass an empty value string.
|
||||
///
|
||||
/*--cef()--*/
|
||||
virtual void AppendSwitchWithValue(const CefString& name,
|
||||
|
Reference in New Issue
Block a user