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

Unified Diff: remoting/webapp/base/js/server_log_entry.js

Issue 2369013008: Log host and client screen sizes. (Closed)
Patch Set: Rename VIDEO_SIZE to SCREEN_RESOLUTIONS. Created 4 years, 3 months 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: remoting/webapp/base/js/server_log_entry.js
diff --git a/remoting/webapp/base/js/server_log_entry.js b/remoting/webapp/base/js/server_log_entry.js
index 2761c5c768277890e9b996629476171d0430151c..f44d86f553bbb3a15195bcb2f3aa6afb31068794 100644
--- a/remoting/webapp/base/js/server_log_entry.js
+++ b/remoting/webapp/base/js/server_log_entry.js
@@ -23,7 +23,6 @@ var remoting = remoting || {};
remoting.ServerLogEntry = function() {
/** @type Object<string> */ this.dict = {};
};
-
/** @private */
remoting.ServerLogEntry.KEY_EVENT_NAME_ = 'event-name';
/** @private */
@@ -178,6 +177,7 @@ remoting.ServerLogEntry.VALUE_MODE_UNKNOWN = 'unknown';
/** @private */
remoting.ServerLogEntry.KEY_APP_ID_ = 'application-id';
+
Lambros 2016/09/28 01:30:39 Only whitespace changes in this file.
Jamie 2016/09/28 21:14:36 Done.
/**
* Sets one field in this log entry.
*

Powered by Google App Engine
This is Rietveld 408576698