Index: chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js |
diff --git a/chrome/browser/ui/views/touch_uma/touch_uma.cc b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js |
similarity index 54% |
copy from chrome/browser/ui/views/touch_uma/touch_uma.cc |
copy to chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js |
index d6dc3f8517066c171cd689c8ba93b7f84b3881b3..46e35db1e46d7c10e4fc6ca6005093bf6349a17c 100644 |
--- a/chrome/browser/ui/views/touch_uma/touch_uma.cc |
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/background/loader.js |
@@ -2,8 +2,10 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "chrome/browser/ui/views/touch_uma/touch_uma.h" |
+/** |
+ * @fileoverview Loads the main background script. |
+ * |
+ */ |
-// static |
-void TouchUMA::RecordGestureAction(GestureActionType action) { |
-} |
+goog.require('cvox.ChromeMsgs'); |
+goog.require('cvox.ChromeVoxBackground'); |