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

Unified Diff: content/renderer/renderer_accessibility_complete.cc

Issue 10825274: Clean-up inline members of nested classes (content/) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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/renderer/renderer_accessibility_complete.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/renderer_accessibility_complete.cc
diff --git a/content/renderer/renderer_accessibility_complete.cc b/content/renderer/renderer_accessibility_complete.cc
index b28e71426a06b41eb1cc503f66c66a24f7f37ef2..56c743d0e2c7934d2e86fc4e888f262902acd310 100644
--- a/content/renderer/renderer_accessibility_complete.cc
+++ b/content/renderer/renderer_accessibility_complete.cc
@@ -222,6 +222,10 @@ void RendererAccessibilityComplete::HandleAccessibilityNotification(
}
}
+RendererAccessibilityComplete::BrowserTreeNode::BrowserTreeNode() : id(0) {}
+
+RendererAccessibilityComplete::BrowserTreeNode::~BrowserTreeNode() {}
+
void RendererAccessibilityComplete::SendPendingAccessibilityNotifications() {
const WebDocument& document = GetMainDocument();
if (document.isNull())
« no previous file with comments | « content/renderer/renderer_accessibility_complete.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698