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

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

Issue 2808383004: Refactor and send voice interaction structure (Closed)
Patch Set: fix WmShell position Created 3 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 4442c56315ee22648def0f07bb2ec6383d4a369c..aa7cf518ea898183e75a95c96308819f51c0238d 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -237,10 +237,7 @@ class CONTENT_EXPORT WebContentsImpl
// Request a one-time snapshot of the accessibility tree without changing
// the accessibility mode.
- using AXTreeSnapshotCallback =
- base::Callback<void(
- const ui::AXTreeUpdate&)>;
- void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback);
+ void RequestAXTreeSnapshot(AXTreeSnapshotCallback callback) override;
Avi (use Gerrit) 2017/04/14 14:45:05 You'll need to move this to the block of overridin
Muyuan 2017/04/18 18:24:51 Done.
// Set a temporary zoom level for the frames associated with this WebContents.
// If |is_temporary| is true, we are setting a new temporary zoom level,

Powered by Google App Engine
This is Rietveld 408576698