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

Unified Diff: public/web/WebNavigationPolicy.h

Issue 255563004: Implement "Save image as" for canvas (blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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
« no previous file with comments | « public/web/WebContextMenuData.h ('k') | public/web/WebView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNavigationPolicy.h
diff --git a/public/web/WebNavigationPolicy.h b/public/web/WebNavigationPolicy.h
index 36be0db8c5550c0f23d63ae684a870967e088786..a7255b1df1ad2a0a3b7e887ac2512d5396d9aece 100644
--- a/public/web/WebNavigationPolicy.h
+++ b/public/web/WebNavigationPolicy.h
@@ -36,6 +36,7 @@ namespace blink {
enum WebNavigationPolicy {
WebNavigationPolicyIgnore,
WebNavigationPolicyDownload,
+ WebNavigationPolicyDownloadTo,
WebNavigationPolicyCurrentTab,
WebNavigationPolicyNewBackgroundTab,
WebNavigationPolicyNewForegroundTab,
« no previous file with comments | « public/web/WebContextMenuData.h ('k') | public/web/WebView.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698