commit | 612a1cb1f2e9328dc81e1556c576a6fb1c73b8c8 | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Oct 17 13:18:03 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Wed Oct 17 13:18:03 2012 |
tree | 4f7c51e54fa6f7d91f8f153af187b6ea5acecc4d | |
parent | dc2b73b0078d4abc372952b392bb9173d98f3c92 [diff] [blame] |
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));