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

Unified Diff: chrome/browser/chromeos/extensions/input_method_event_router.h

Issue 9317013: Add a centralized mechanism for whitelisting access to extension permissions. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: . Created 8 years, 10 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
Index: chrome/browser/chromeos/extensions/input_method_event_router.h
diff --git a/chrome/browser/chromeos/extensions/input_method_event_router.h b/chrome/browser/chromeos/extensions/input_method_event_router.h
index 1dc741230d7ffe45f76421e0bed5b0302f6752b6..5e4166c99beba1792e644bab7b9c65a648ed3308 100644
--- a/chrome/browser/chromeos/extensions/input_method_event_router.h
+++ b/chrome/browser/chromeos/extensions/input_method_event_router.h
@@ -34,9 +34,6 @@ class ExtensionInputMethodEventRouter
// Window System) id.
std::string GetInputMethodForXkb(const std::string& xkb_id);
- // Returns whether the extension is allowed to use input method API.
- bool IsExtensionWhitelisted(const std::string& extension_id);
-
private:
DISALLOW_COPY_AND_ASSIGN(ExtensionInputMethodEventRouter);
};
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/extensions/input_method_event_router.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698