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

Unified Diff: ui/base/window_open_disposition_list.h

Issue 98523003: Implement "presentation" feature for window.open() Base URL: https://github.com/drott/cameo.git@presentationWindowSquashed
Patch Set: Created 7 years 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 | « content/renderer/render_view_impl.cc ('k') | ui/gfx/screen_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/window_open_disposition_list.h
diff --git a/ui/base/window_open_disposition_list.h b/ui/base/window_open_disposition_list.h
index f7676f118e30e2470a04032d1d026a7cbe742e53..28ed4407431f44ea022bb4f3083dfe27ce7c04d5 100644
--- a/ui/base/window_open_disposition_list.h
+++ b/ui/base/window_open_disposition_list.h
@@ -17,3 +17,4 @@ WINDOW_OPEN_DISPOSITION(NEW_WINDOW, 7)
WINDOW_OPEN_DISPOSITION(SAVE_TO_DISK, 8)
WINDOW_OPEN_DISPOSITION(OFF_THE_RECORD, 9)
WINDOW_OPEN_DISPOSITION(IGNORE_ACTION, 10)
+WINDOW_OPEN_DISPOSITION(PRESENTATION_WINDOW, 11)
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | ui/gfx/screen_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698