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

Unified Diff: third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 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: third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
diff --git a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
index 2740278a94414431ecd1a9fc475ad6e05ff389b6..61672ca4989b9591dde4f4b55ec1c92ca311bfce 100644
--- a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
+++ b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.cpp
@@ -53,7 +53,6 @@ NavigatorStorageQuota& NavigatorStorageQuota::from(Navigator& navigator) {
return *supplement;
}
-
DeprecatedStorageQuota* NavigatorStorageQuota::webkitTemporaryStorage(
Navigator& navigator) {
return NavigatorStorageQuota::from(navigator).webkitTemporaryStorage();

Powered by Google App Engine
This is Rietveld 408576698