| Index: ui/keyboard/content/keyboard_content_util.h
|
| diff --git a/ui/keyboard/content/keyboard_content_util.h b/ui/keyboard/content/keyboard_content_util.h
|
| index e96cdfe3e9318f62bc0220dee8a4a03fe832248c..bd13c9be12c3b0f2a629013f5d367adf4b305d68 100644
|
| --- a/ui/keyboard/content/keyboard_content_util.h
|
| +++ b/ui/keyboard/content/keyboard_content_util.h
|
| @@ -18,14 +18,14 @@ namespace keyboard {
|
|
|
| // Sets the override content url.
|
| // This is used by for input view for extension IMEs.
|
| -KEYBOARD_EXPORT void SetOverrideContentUrl(const GURL& url);
|
| + void SetOverrideContentUrl(const GURL& url);
|
|
|
| // Gets the override content url.
|
| -KEYBOARD_EXPORT const GURL& GetOverrideContentUrl();
|
| + const GURL& GetOverrideContentUrl();
|
|
|
| // Get the list of keyboard resources. |size| is populated with the number of
|
| // resources in the returned array.
|
| -KEYBOARD_EXPORT const GritResourceMap* GetKeyboardExtensionResources(
|
| + const GritResourceMap* GetKeyboardExtensionResources(
|
| size_t* size);
|
|
|
| } // namespace keyboard
|
|
|