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

Unified Diff: chrome/renderer/extensions/dispatcher.cc

Issue 18341016: Add types.private.ChromeDirectSetting and Connect it to preferencesPrivate.googleGeolocationAccessE… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync to Latest Created 7 years, 5 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/renderer/extensions/dispatcher.cc
diff --git a/chrome/renderer/extensions/dispatcher.cc b/chrome/renderer/extensions/dispatcher.cc
index 1f80d785f10daff9187da28e7215957bed90f6b6..4cf9fb481dc5102048828ae0522126dbd7020aaa 100644
--- a/chrome/renderer/extensions/dispatcher.cc
+++ b/chrome/renderer/extensions/dispatcher.cc
@@ -953,6 +953,8 @@ void Dispatcher::PopulateSourceMap() {
source_map_.RegisterSource("ChromeSetting", IDR_CHROME_SETTING_JS);
source_map_.RegisterSource("StorageArea", IDR_STORAGE_AREA_JS);
source_map_.RegisterSource("ContentSetting", IDR_CONTENT_SETTING_JS);
+ source_map_.RegisterSource("ChromeDirectSetting",
+ IDR_CHROME_DIRECT_SETTING_JS);
// Platform app sources that are not API-specific..
source_map_.RegisterSource("tagWatcher", IDR_TAG_WATCHER_JS);
« no previous file with comments | « chrome/common/extensions_api_resources.grd ('k') | chrome/renderer/resources/extensions/chrome_direct_setting.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698