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

Unified Diff: public/platform/WebData.h

Issue 438843004: Move the user agent styles sheets to blink_resources.grd (Part 3) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Removed header inclusion. Created 6 years, 3 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: public/platform/WebData.h
diff --git a/public/platform/WebData.h b/public/platform/WebData.h
index 528a2e0afe0726d2200feaa7171b38abd43af86e..5a1b279db21098331df7e9856e7087ff48d98db9 100644
--- a/public/platform/WebData.h
+++ b/public/platform/WebData.h
@@ -74,6 +74,9 @@ public:
size_t size() const;
const char* data() const;
+#if INSIDE_BLINK
+ String toASCIIString() const;
eseidel 2014/09/04 07:05:34 I think we normally use CString for ascii-only str
vivekg 2014/09/04 07:44:28 This function was required earlier. Now that we ha
+#endif
bool isEmpty() const { return !size(); }
bool isNull() const { return m_private.isNull(); }
« Source/platform/PlatformResourceLoader.cpp ('K') | « Source/web/tests/WebFrameTest.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698