| Index: chrome/browser/debugger/debugger_remote_service.h
|
| diff --git a/chrome/browser/debugger/debugger_remote_service.h b/chrome/browser/debugger/debugger_remote_service.h
|
| index 113fc8fd050ffeb4657c27155a1667c33a5af601..3b4c9db89fea909173137a91cb98ab8c4d2d9968 100644
|
| --- a/chrome/browser/debugger/debugger_remote_service.h
|
| +++ b/chrome/browser/debugger/debugger_remote_service.h
|
| @@ -26,12 +26,12 @@ class Value;
|
| // Contains constants for DebuggerRemoteService tool protocol commands
|
| // (V8-related only).
|
| struct DebuggerRemoteServiceCommand {
|
| - static const std::string kAttach;
|
| - static const std::string kDetach;
|
| - static const std::string kDebuggerCommand;
|
| - static const std::string kEvaluateJavascript;
|
| - static const std::string kFrameNavigate; // navigation event
|
| - static const std::string kTabClosed; // tab closing event
|
| + static const char* const kAttach;
|
| + static const char* const kDetach;
|
| + static const char* const kDebuggerCommand;
|
| + static const char* const kEvaluateJavascript;
|
| + static const char* const kFrameNavigate; // navigation event
|
| + static const char* const kTabClosed; // tab closing event
|
| };
|
|
|
| // Handles V8 debugger-related messages from the remote debugger (like
|
|
|