mirror of
https://github.com/electron/electron.git
synced 2026-01-10 07:58:08 -05:00
chore: use consistent parameter names (#29361)
This commit is contained in:
@@ -76,7 +76,7 @@ class SpellCheckClient : public blink::WebSpellCheckPanelHostClient,
|
||||
// Output variable contraction_words will contain individual
|
||||
// words in the contraction.
|
||||
bool IsContraction(const SpellCheckScope& scope,
|
||||
const std::u16string& word,
|
||||
const std::u16string& contraction,
|
||||
std::vector<std::u16string>* contraction_words);
|
||||
|
||||
// Callback for the JS API which returns the list of misspelled words.
|
||||
|
||||
@@ -64,7 +64,7 @@ class RendererClientBase : public content::ContentRendererClient
|
||||
#if BUILDFLAG(ENABLE_BUILTIN_SPELLCHECKER)
|
||||
// service_manager::LocalInterfaceProvider implementation.
|
||||
void GetInterface(const std::string& name,
|
||||
mojo::ScopedMessagePipeHandle request_handle) override;
|
||||
mojo::ScopedMessagePipeHandle interface_pipe) override;
|
||||
#endif
|
||||
|
||||
virtual void DidCreateScriptContext(v8::Handle<v8::Context> context,
|
||||
|
||||
Reference in New Issue
Block a user