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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 9956154: TabContents -> WebContentsImpl, part 16 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 8 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
Index: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index ce2c4615922e998c978d035d4a0e92894960ef89..3c4c0348cc6be2764912f1eb5dd437a8bc1587cb 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -584,7 +584,7 @@ class CONTENT_EXPORT WebContentsImpl
base::TerminationStatus crashed_status_;
int crashed_error_code_;
- // Whether this tab contents is waiting for a first-response for the
+ // Whether this WebContents is waiting for a first-response for the
// main resource of the page. This controls whether the throbber state is
// "waiting" or "loading."
bool waiting_for_response_;
@@ -622,8 +622,7 @@ class CONTENT_EXPORT WebContentsImpl
// Data for misc internal state ----------------------------------------------
- // Whether the tab contents is currently being screenshotted by the
- // DraggedTabController.
+ // Whether the WebContents is currently being screenshotted.
bool capturing_contents_;
// See getter above.
« no previous file with comments | « content/browser/web_contents/web_contents_delegate_unittest.cc ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698