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

Unified Diff: chrome/browser/resources/google_now/utility_test_util.js

Issue 2617663002: WIP: run clang-format-js on lots of things (Closed)
Patch Set: merge Created 3 years, 11 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
« no previous file with comments | « chrome/browser/resources/google_now/utility.js ('k') | chrome/browser/resources/hangout_services/thunk.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/google_now/utility_test_util.js
diff --git a/chrome/browser/resources/google_now/utility_test_util.js b/chrome/browser/resources/google_now/utility_test_util.js
index 741d84dc856f9b0563be149ffff231d5041f7141..8f6e47c3c04d27243740f0fa11db53ff292c3893 100644
--- a/chrome/browser/resources/google_now/utility_test_util.js
+++ b/chrome/browser/resources/google_now/utility_test_util.js
@@ -14,9 +14,7 @@ chrome['identity'] = {
removeCachedAuthToken: emptyMock
};
chrome['storage'] = {
- local: {
- get: emptyMock
- }
+ local: {get: emptyMock}
};
chrome['webstorePrivate'] = {
getBrowserLogin: emptyMock
« no previous file with comments | « chrome/browser/resources/google_now/utility.js ('k') | chrome/browser/resources/hangout_services/thunk.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698