mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Support opening files from dialog
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
#include <string>
|
||||
#include "include/cef_client.h"
|
||||
#include "util.h"
|
||||
#include "native_handler.h"
|
||||
|
||||
|
||||
// Define this value to redirect all popup URLs to the main application browser
|
||||
@@ -173,6 +174,8 @@ class ClientHandler : public CefClient,
|
||||
void SetNavState(bool canGoBack, bool canGoForward);
|
||||
|
||||
GtkWidget* window;
|
||||
|
||||
CefRefPtr<NativeHandler> m_nativeHandler;
|
||||
|
||||
// The child browser window
|
||||
CefRefPtr<CefBrowser> m_Browser;
|
||||
|
||||
Reference in New Issue
Block a user