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

Unified Diff: content/common/plugin_list.cc

Issue 2059143002: "up-to-date" should only use hyphens when used as compound modifier of a noun (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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 | « content/common/plugin_list.h ('k') | content/renderer/media/media_stream_audio_deliverer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/plugin_list.cc
diff --git a/content/common/plugin_list.cc b/content/common/plugin_list.cc
index eff0f66b26964b38d5dd6dec5e05f144b0150a5b..9d650aac1d16b20a717318eb0437cd73c907c3af 100644
--- a/content/common/plugin_list.cc
+++ b/content/common/plugin_list.cc
@@ -172,7 +172,7 @@ void PluginList::SetPlugins(const std::vector<WebPluginInfo>& plugins) {
base::AutoLock lock(lock_);
// If we haven't been invalidated in the mean time, mark the plugin list as
- // up-to-date.
+ // up to date.
if (loading_state_ != LOADING_STATE_NEEDS_REFRESH)
loading_state_ = LOADING_STATE_UP_TO_DATE;
« no previous file with comments | « content/common/plugin_list.h ('k') | content/renderer/media/media_stream_audio_deliverer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698