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

Side by Side Diff: chrome/browser/resources/device_log_ui/device_log_ui.js

Issue 919183002: Move chromeos::device_event_log into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Shut down in PostDestroyThreads. Created 5 years, 10 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 unified diff | Download patch
OLDNEW
1 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 var DeviceLogUI = (function() { 5 var DeviceLogUI = (function() {
6 'use strict'; 6 'use strict';
7 7
8 /** 8 /**
9 * Creates a tag for the log level. 9 * Creates a tag for the log level.
10 * 10 *
(...skipping 129 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 checkboxes[i].onclick = requestLog; 140 checkboxes[i].onclick = requestLog;
141 141
142 setRefresh(); 142 setRefresh();
143 requestLog(); 143 requestLog();
144 }); 144 });
145 145
146 return { 146 return {
147 getLogCallback: getLogCallback 147 getLogCallback: getLogCallback
148 }; 148 };
149 })(); 149 })();
OLDNEW
« no previous file with comments | « chrome/browser/resources/device_log_ui/device_log_ui.html ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698