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

Unified Diff: content/browser/frame_host/interstitial_page_impl.h

Issue 1133003003: Fix copying from interstitial pages on OSX by going through the RenderWidgetHostDelegate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Implement other OS operations. 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/frame_host/interstitial_page_impl.h
diff --git a/content/browser/frame_host/interstitial_page_impl.h b/content/browser/frame_host/interstitial_page_impl.h
index a509c1b69da64bd8d2552be04d458fbfc8b63093..f1f70c3429de30d66feeb85822c3f70842b57b15 100644
--- a/content/browser/frame_host/interstitial_page_impl.h
+++ b/content/browser/frame_host/interstitial_page_impl.h
@@ -57,6 +57,15 @@ class CONTENT_EXPORT InterstitialPageImpl
~InterstitialPageImpl() override;
// InterstitialPage implementation:
+ void Undo() override;
nasko 2015/05/13 17:24:08 Those methods aren't part of the InterstitialPage
lgarron 2015/05/13 21:58:40 Done.
+ void Redo() override;
+ void Cut() override;
+ void Copy() override;
+ void CopyToFindPboard() override;
+ void Paste() override;
+ void PasteAndMatchStyle() override;
+ void SelectAll() override;
+
void Show() override;
void Hide() override;
void DontProceed() override;

Powered by Google App Engine
This is Rietveld 408576698