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

Unified Diff: extensions/browser/updater/extension_downloader.cc

Issue 1301323005: Implement kiosk multiple apps feature. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 5 years, 4 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: extensions/browser/updater/extension_downloader.cc
diff --git a/extensions/browser/updater/extension_downloader.cc b/extensions/browser/updater/extension_downloader.cc
index d1d6468b0c94dc866e49583767e2f0c9b1711bb4..35e5df69383557242d928eca57ce342aaf85d68b 100644
--- a/extensions/browser/updater/extension_downloader.cc
+++ b/extensions/browser/updater/extension_downloader.cc
@@ -569,7 +569,6 @@ void ExtensionDownloader::HandleManifestResults(
ExtensionDownloaderDelegate::MANIFEST_INVALID);
return;
} else {
- VLOG(2) << "parsing manifest succeeded (" << fetch_data->full_url() << ")";
}
not at google - send to devlin 2015/08/26 17:53:58 Why this change?
jennyz 2015/08/28 18:24:08 Woops, removed this one by accident. Restored.
// Examine the parsed manifest and kick off fetches of any new crx files.

Powered by Google App Engine
This is Rietveld 408576698