| Index: chrome/common/extensions/api/experimental_discovery.idl
|
| diff --git a/chrome/common/extensions/api/experimental_discovery.idl b/chrome/common/extensions/api/experimental_discovery.idl
|
| index cd31a72e3dc3ffc74a5c219a61aec106d03f6947..283c114233a63373d20d9d8169ef3dadd1c600c9 100644
|
| --- a/chrome/common/extensions/api/experimental_discovery.idl
|
| +++ b/chrome/common/extensions/api/experimental_discovery.idl
|
| @@ -2,8 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// File-level comment to appease parser. Eventually this will not be necessary.
|
| -
|
| namespace experimental.discovery {
|
|
|
| dictionary SuggestDetails {
|
| @@ -36,4 +34,4 @@ namespace experimental.discovery {
|
| // extension.
|
| static void clearAllSuggestions();
|
| };
|
| -};
|
| +};
|
|
|