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

Side by Side Diff: tracing/tracing/model/helpers/android_model_helper.html

Issue 2526613002: Return short-hand object literals to exportTo. (Closed)
Patch Set: . Created 4 years 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 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 Copyright (c) 2015 The Chromium Authors. All rights reserved. 3 Copyright (c) 2015 The Chromium Authors. All rights reserved.
4 Use of this source code is governed by a BSD-style license that can be 4 Use of this source code is governed by a BSD-style license that can be
5 found in the LICENSE file. 5 found in the LICENSE file.
6 --> 6 -->
7 7
8 <link rel="import" href="/tracing/base/guid.html"> 8 <link rel="import" href="/tracing/base/guid.html">
9 <link rel="import" href="/tracing/base/range_utils.html"> 9 <link rel="import" href="/tracing/base/range_utils.html">
10 <link rel="import" href="/tracing/core/auditor.html"> 10 <link rel="import" href="/tracing/core/auditor.html">
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 callback); 91 callback);
92 iterateImportantThreadSlices( 92 iterateImportantThreadSlices(
93 app.renderThread, 93 app.renderThread,
94 IMPORTANT_RENDER_THREAD_SLICES, 94 IMPORTANT_RENDER_THREAD_SLICES,
95 callback); 95 callback);
96 }); 96 });
97 } 97 }
98 }; 98 };
99 99
100 return { 100 return {
101 AndroidModelHelper: AndroidModelHelper 101 AndroidModelHelper,
102 }; 102 };
103 }); 103 });
104 </script> 104 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698