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

Unified Diff: public/platform/WebPublicSuffixList.h

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 1 month 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
« public/platform/Platform.h ('K') | « public/platform/Platform.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPublicSuffixList.h
diff --git a/public/platform/WebLayerClient.h b/public/platform/WebPublicSuffixList.h
similarity index 86%
copy from public/platform/WebLayerClient.h
copy to public/platform/WebPublicSuffixList.h
index aa110f1fadf04dda05c979822ad0f9919bd432a0..a786b9f8d9b73af50a0e8a83a621f6ab7d931cfb 100644
--- a/public/platform/WebLayerClient.h
+++ b/public/platform/WebPublicSuffixList.h
@@ -28,20 +28,22 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef WebLayerClient_h
-#define WebLayerClient_h
+#ifndef WebPublicSuffixList_h
+#define WebPublicSuffixList_h
+
+#include "public/platform/WebString.h"
namespace WebKit {
-class WebLayerClient {
+class WebPublicSuffixList {
public:
- virtual WebString debugName(WebLayer*) = 0;
+ virtual size_t getPublicSuffixLength(const WebString&) = 0;
protected:
- virtual ~WebLayerClient() { }
+ virtual ~WebPublicSuffixList() { }
};
} // namespace WebKit
-#endif // WebLayerClient_h
+#endif // WebPublicSuffixList_h
« public/platform/Platform.h ('K') | « public/platform/Platform.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698