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

Unified Diff: chrome/browser/extensions/api/terminal/terminal_private_api.h

Issue 2579833005: chrome: Add support for custom crosh command. (Closed)
Patch Set: Created 4 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
Index: chrome/browser/extensions/api/terminal/terminal_private_api.h
diff --git a/chrome/browser/extensions/api/terminal/terminal_private_api.h b/chrome/browser/extensions/api/terminal/terminal_private_api.h
index b2c044d6740650a2f81ef71c79aae56a8af07538..09982a748054b283340532a5d66bbe6fe0e51ced 100644
--- a/chrome/browser/extensions/api/terminal/terminal_private_api.h
+++ b/chrome/browser/extensions/api/terminal/terminal_private_api.h
@@ -36,7 +36,7 @@ class TerminalPrivateOpenTerminalProcessFunction
const OpenProcessCallback& callback);
void RespondOnUIThread(int terminal_id);
- const char* command_;
+ std::string command_;
};
// Send input to the terminal process specified by the terminal ID, which is set

Powered by Google App Engine
This is Rietveld 408576698