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

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

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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 295df6cc8bf246a67492dd46fc2e77bdf2595eb3..5154052efc64c37ce0e0dab8cce87ebb5483528d 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