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

Unified Diff: chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h

Issue 2877233002: Remove the i from visib[i]le. (Closed)
Patch Set: merge with tot Created 3 years, 7 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 | « cc/trees/property_tree_builder.cc ('k') | components/bookmarks/browser/bookmark_model_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h
diff --git a/chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h b/chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h
index 39245658606e2034541ffd52d16728c5daa279e9..57481f2c7ad7ee67cbf7af3a6fb084f26f4f7ef8 100644
--- a/chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h
+++ b/chrome/browser/data_use_measurement/chrome_data_use_ascriber_service.h
@@ -86,7 +86,7 @@ class ChromeDataUseAscriberService : public KeyedService {
std::list<content::RenderFrameHost*> pending_frames_queue_;
// WebContents visibility change events might arrive from the UI thread before
- // |ascriber_| is set. Sucn pending main render frame visibile events are
+ // |ascriber_| is set. Sucn pending main render frame visible events are
// maintained in this set and propagated immediately after |ascriber_| is set.
std::unordered_set<content::RenderFrameHost*> pending_visible_main_frames_;
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | components/bookmarks/browser/bookmark_model_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698