New post-sideload UI:
- External extensions are installed initially disabled.
- Global error appears in menu, which will show an install dialog when clicked.

[email protected]
BUG=137469,131510

Review URL: https://chromiumcodereview.appspot.com/11150002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@162380 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/chrome/browser/extensions/pending_extension_manager.cc b/chrome/browser/extensions/pending_extension_manager.cc
index 175afa9..e0ed9a1 100644
--- a/chrome/browser/extensions/pending_extension_manager.cc
+++ b/chrome/browser/extensions/pending_extension_manager.cc
@@ -114,7 +114,8 @@
 }
 
 bool PendingExtensionManager::AddFromExternalUpdateUrl(
-    const std::string& id, const GURL& update_url,
+    const std::string& id,
+    const GURL& update_url,
     Extension::Location location) {
   CHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));