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

Unified Diff: ios/web/public/web_client.h

Issue 2661723002: Removed unused WebClient::AllowWebViewAllocInit. (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | ios/web/public/web_client.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_client.h
diff --git a/ios/web/public/web_client.h b/ios/web/public/web_client.h
index a852a760058eaaa86d52960f3a24185b4aca0fb7..354d81427b0ce0e5c6215c63516983a94b4ba224 100644
--- a/ios/web/public/web_client.h
+++ b/ios/web/public/web_client.h
@@ -72,14 +72,6 @@ class WebClient {
// browser would return true for "chrome://about" URL.
virtual bool IsAppSpecificURL(const GURL& url) const;
- // Returns true if web views can be created using an alloc, init call.
- // Web view creation using an alloc, init call is disabled by default.
- // If this is disallowed all web view creation must happen through the
- // web view creation utils methods that vend a web view.
- // This is called once (only in debug builds) before the first web view is
- // created and not called repeatedly.
- virtual bool AllowWebViewAllocInit() const;
-
// Returns text to be displayed for an unsupported plugin.
virtual base::string16 GetPluginNotSupportedText() const;
« no previous file with comments | « no previous file | ios/web/public/web_client.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698