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

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

Issue 9794013: Merge a 1-liner fix to M17. (Closed) Base URL: svn://svn.chromium.org/chrome/branches/963/src/
Patch Set: Created 8 years, 9 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/extensions/unpacked_installer.cc
===================================================================
--- chrome/browser/extensions/unpacked_installer.cc (revision 127858)
+++ chrome/browser/extensions/unpacked_installer.cc (working copy)
@@ -201,7 +201,7 @@
!extension->plugins().empty() &&
std::find(disabled_extensions->begin(),
disabled_extensions->end(),
- extension) !=
+ extension) ==
disabled_extensions->end()) {
SimpleExtensionLoadPrompt* prompt = new SimpleExtensionLoadPrompt(
service_weak_->profile(),
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698