Skip to content
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.

Commit

Permalink
Very simple CloseLiveBrowser implementation. In hopes for issue #1317
Browse files Browse the repository at this point in the history
  • Loading branch information
pritambaral committed Nov 10, 2012
1 parent f759e16 commit 488040d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appshell/appshell_extensions_gtk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ int32 OpenLiveBrowser(ExtensionString argURL, bool enableRemoteDebugging)

void CloseLiveBrowser(CefRefPtr<CefBrowser> browser, CefRefPtr<CefProcessMessage> response)
{
//#TODO Duh,
system("killall -9 google-chrome &");
}

// void CloseLiveBrowser(CefRefPtr<CefBrowser> browser, CefRefPtr<CefProcessMessage> response)
Expand Down

0 comments on commit 488040d

Please sign in to comment.