diff options
author | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 18:33:25 +0000 |
---|---|---|
committer | jamiewalch@chromium.org <jamiewalch@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-07 18:33:25 +0000 |
commit | 2b389f0274714e588b8b268d50862a74a629439e (patch) | |
tree | 1c57dd53368eafaad727b4a8a23cb3545fd99b0f /remoting/protocol | |
parent | 9ee5e4cb7e1d3564c093de8cbe3956ce37678bcd (diff) | |
download | chromium_src-2b389f0274714e588b8b268d50862a74a629439e.zip chromium_src-2b389f0274714e588b8b268d50862a74a629439e.tar.gz chromium_src-2b389f0274714e588b8b268d50862a74a629439e.tar.bz2 |
Reimplemented string array resources.
BUG=270362
R=lambroslambrou@chromium.org
Review URL: https://codereview.chromium.org/187313007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255669 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/protocol')
-rw-r--r-- | remoting/protocol/connection_to_host.h | 3 | ||||
-rw-r--r-- | remoting/protocol/errors.h | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h index 6b3d1c4..154c8ac 100644 --- a/remoting/protocol/connection_to_host.h +++ b/remoting/protocol/connection_to_host.h @@ -52,8 +52,7 @@ class ConnectionToHost : public SignalStrategy::Listener, public base::NonThreadSafe { public: // The UI implementations maintain corresponding definitions of this - // enumeration in webapp/client_session.js, - // android/java/res/values/strings.xml and + // enumeration in webapp/client_session.js and // android/java/src/org/chromium/chromoting/jni/JniInterface.java. Be sure to // update these locations if you make any changes to the ordering. enum State { diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h index f7dce9e..7f4daf6 100644 --- a/remoting/protocol/errors.h +++ b/remoting/protocol/errors.h @@ -9,7 +9,7 @@ namespace remoting { namespace protocol { // The UI implementations maintain corresponding definitions of this -// enumeration in webapp/error.js, android/java/res/values/strings.xml and +// enumeration in webapp/error.js and // android/java/src/org/chromium/chromoting/jni/JniInterface.java. // Be sure to update these locations if you make any changes to the ordering. enum ErrorCode { |