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

Unified Diff: ui/keyboard/content/keyboard_content_util.h

Issue 2769073002: Remove KEYBOARD_EXPORT. (Closed)
Patch Set: . Created 3 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 | « ui/keyboard/content/keyboard_constants.h ('k') | ui/keyboard/content/keyboard_ui_content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « ui/keyboard/content/keyboard_constants.h ('k') | ui/keyboard/content/keyboard_ui_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698