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

Unified Diff: remoting/webapp/remoting.js

Issue 552403004: Interfaceify ClientPlugin in preparation for mocking it. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Interfaceify more classes. Created 6 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/remoting.js
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index fc70aa4483c101bb97f2e5a96060b3920d885afd..c257db6a4f24cdfb6444d01f4713f55fd7984ef3 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -41,6 +41,7 @@ function consentRequired_(authContinue) {
* Entry point for app initialization.
*/
remoting.init = function() {
+
Sergey Ulanov 2014/09/16 02:02:51 remove this empty line?
Jamie 2014/09/16 16:23:21 Done.
if (base.isAppsV2()) {
var htmlNode = /** @type {HTMLElement} */ (document.body.parentNode);
htmlNode.classList.add('apps-v2');

Powered by Google App Engine
This is Rietveld 408576698