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

Unified Diff: chrome/browser/extensions/component_loader.cc

Issue 1681813003: arc: Use incognito profile for OptIn and cookie fetcher (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased, added reseting windowClosedInternally before window creation Created 4 years, 10 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/browser/extensions/component_loader.cc
diff --git a/chrome/browser/extensions/component_loader.cc b/chrome/browser/extensions/component_loader.cc
index ac23b3847fef3117d583b2597656262fa7bc478f..d386f9d1741629985c4075206af7e60158c189d7 100644
--- a/chrome/browser/extensions/component_loader.cc
+++ b/chrome/browser/extensions/component_loader.cc
@@ -674,6 +674,9 @@ void ComponentLoader::AddDefaultComponentExtensionsWithBackgroundPages(
base::FilePath(extension_misc::kConnectivityDiagnosticsPath));
Add(IDR_CONNECTIVITY_DIAGNOSTICS_LAUNCHER_MANIFEST,
base::FilePath(extension_misc::kConnectivityDiagnosticsLauncherPath));
+
+ Add(IDR_ARC_SUPPORT_MANIFEST,
+ base::FilePath(FILE_PATH_LITERAL("chromeos/arc_support")));
}
// Load ChromeVox extension now if spoken feedback is enabled.

Powered by Google App Engine
This is Rietveld 408576698