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

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

Issue 1143183002: Proof of concept implementation of context based history filtering. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
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 86e987fece752fcd7574d5407fff6dc17298f7b0..a575fb2b3769b8b73c201335c457989c45dc4e6a 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -285,6 +285,8 @@ class CONTENT_EXPORT WebContentsImpl
void Undo() override;
void Redo() override;
void Cut() override;
+ void Print() override;
+ void SaveImage() override;
void Copy() override;
void CopyToFindPboard() override;
void Paste() override;
« no previous file with comments | « components/history/core/browser/visit_database.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