summaryrefslogtreecommitdiffstats
path: root/chrome/test/pyautolib/omnibox_info.py
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/test/pyautolib/omnibox_info.py')
-rw-r--r--chrome/test/pyautolib/omnibox_info.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/chrome/test/pyautolib/omnibox_info.py b/chrome/test/pyautolib/omnibox_info.py
index ac6b16a..216e604 100644
--- a/chrome/test/pyautolib/omnibox_info.py
+++ b/chrome/test/pyautolib/omnibox_info.py
@@ -1,6 +1,4 @@
-#!/usr/bin/python
-
-# Copyright (c) 2010 The Chromium Authors. All rights reserved.
+# Copyright (c) 2011 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
@@ -141,4 +139,3 @@ class OmniboxInfo(object):
def IsQueryInProgress(self):
"""Determine if a query is in progress."""
return self.Properties('query_in_progress')
-