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

Unified Diff: chrome/common/extensions/docs/server2/platform_bundle_test.py

Issue 789643004: Move chrome.alarms API from chrome/ to extensions/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
Index: chrome/common/extensions/docs/server2/platform_bundle_test.py
diff --git a/chrome/common/extensions/docs/server2/platform_bundle_test.py b/chrome/common/extensions/docs/server2/platform_bundle_test.py
index fefecf66172fc6a2f1efc2e2c8bbb73493f673ae..6a8f4a6209608b487992840ae480ff7eaab01d9e 100755
--- a/chrome/common/extensions/docs/server2/platform_bundle_test.py
+++ b/chrome/common/extensions/docs/server2/platform_bundle_test.py
@@ -6,7 +6,7 @@
import json
import unittest
-from extensions_paths import CHROME_API, CHROME_EXTENSIONS
+from extensions_paths import CHROME_API, CHROME_EXTENSIONS, EXTENSIONS_API
from mock_file_system import MockFileSystem
from server_instance import ServerInstance
from test_file_system import TestFileSystem
@@ -32,7 +32,7 @@ _TEST_DATA = {
}),
'_manifest_features.json': '{}',
'_permission_features.json': '{}',
- 'alarms.idl': ReadFile(CHROME_API, 'alarms.idl'),
+ 'alarms.idl': ReadFile(EXTENSIONS_API, 'alarms.idl'),
'input_ime.json': ReadFile(CHROME_API, 'input_ime.json'),
'page_action.json': ReadFile(CHROME_API, 'page_action.json'),
},

Powered by Google App Engine
This is Rietveld 408576698