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

Unified Diff: Source/core/loader/NavigationPolicy.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 | « Source/core/html/HTMLCanvasElement.cpp ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/loader/NavigationPolicy.h
diff --git a/Source/core/loader/NavigationPolicy.h b/Source/core/loader/NavigationPolicy.h
index 63af6aa0f1764c76a80e251f014061c548559486..7e448628b6f921aaeafb141453613d7a301b674f 100644
--- a/Source/core/loader/NavigationPolicy.h
+++ b/Source/core/loader/NavigationPolicy.h
@@ -36,6 +36,7 @@ namespace WebCore {
enum NavigationPolicy {
NavigationPolicyIgnore,
NavigationPolicyDownload,
+ NavigationPolicyDownloadTo,
NavigationPolicyCurrentTab,
NavigationPolicyNewBackgroundTab,
NavigationPolicyNewForegroundTab,
« no previous file with comments | « Source/core/html/HTMLCanvasElement.cpp ('k') | Source/core/rendering/HitTestResult.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698