summaryrefslogtreecommitdiffstats
path: root/chrome/browser/autocomplete
diff options
context:
space:
mode:
authornsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 22:33:45 +0000
committernsylvain@google.com <nsylvain@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-09-08 22:33:45 +0000
commit703e6c7fe28d047272032d2060b8b7331b43431f (patch)
tree0d8251ed2c0e2728921b1b9f650cdd631f2bba49 /chrome/browser/autocomplete
parentc1d552277262b3e1bcb2f9ca797a02757d021185 (diff)
downloadchromium_src-703e6c7fe28d047272032d2060b8b7331b43431f.zip
chromium_src-703e6c7fe28d047272032d2060b8b7331b43431f.tar.gz
chromium_src-703e6c7fe28d047272032d2060b8b7331b43431f.tar.bz2
Change the external protocol handler to look at the
command that will be run before warning the user. If the command is empty, there is no reason to warn. I removed a dcheck. This dcheck is good, but unfortunately we can't use g_browser_process in the io_thread. Review URL: http://codereview.chromium.org/1632 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1871 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/autocomplete')
-rw-r--r--chrome/browser/autocomplete/edit_drop_target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/autocomplete/edit_drop_target.h b/chrome/browser/autocomplete/edit_drop_target.h
index 0d0a12d..354843e 100644
--- a/chrome/browser/autocomplete/edit_drop_target.h
+++ b/chrome/browser/autocomplete/edit_drop_target.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__
-#define CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__
+#ifndef CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_
+#define CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_
#include "base/base_drop_target.h"
@@ -55,5 +55,5 @@ class EditDropTarget : public BaseDropTarget {
DISALLOW_EVIL_CONSTRUCTORS(EditDropTarget);
};
-#endif // CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H__
+#endif // CHROME_BROWSER_AUTOCOMPLETE_EDIT_DROP_TARGET_H_