Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3621)

Unified Diff: extensions/renderer/script_injector.h

Issue 1008563004: Fix some blooeans. No behavior change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/accessibility_delegate.h ('k') | media/filters/decrypting_demuxer_stream_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/renderer/script_injector.h
diff --git a/extensions/renderer/script_injector.h b/extensions/renderer/script_injector.h
index 33922b6bf2cd769d26930251708d3e9245380bc7..1c98aa0b9f4e62f29ea8d1fb27591275b38abd88 100644
--- a/extensions/renderer/script_injector.h
+++ b/extensions/renderer/script_injector.h
@@ -49,7 +49,7 @@ class ScriptInjector {
// Returns true if the script is running inside a user gesture.
virtual bool IsUserGesture() const = 0;
- // Returns ture if the script expects results.
+ // Returns true if the script expects results.
virtual bool ExpectsResults() const = 0;
// Returns true if the script should inject JS source at the given
« no previous file with comments | « ash/accessibility_delegate.h ('k') | media/filters/decrypting_demuxer_stream_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698