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

Unified Diff: webkit/glue/window_open_disposition.h

Issue 60062: Only create one downloads tab per window. If there is already a Downloads... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 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 | « chrome/browser/external_tab_container.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/window_open_disposition.h
===================================================================
--- webkit/glue/window_open_disposition.h (revision 13031)
+++ webkit/glue/window_open_disposition.h (working copy)
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H__
-#define WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H__
+#ifndef WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
+#define WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
enum WindowOpenDisposition {
SUPPRESS_OPEN,
CURRENT_TAB,
+ SINGLETON_TAB,
NEW_FOREGROUND_TAB,
NEW_BACKGROUND_TAB,
NEW_POPUP,
@@ -17,4 +18,4 @@
IGNORE_ACTION
};
-#endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H__
+#endif // WEBKIT_GLUE_WINDOW_OPEN_DISPOSITION_H_
« no previous file with comments | « chrome/browser/external_tab_container.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698