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

Unified Diff: Modules/quota/NavigatorStorageQuota.idl

Issue 12893011: Update idl files in third_party/WebCore (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 9 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: Modules/quota/NavigatorStorageQuota.idl
diff --git a/Modules/geolocation/NavigatorGeolocation.idl b/Modules/quota/NavigatorStorageQuota.idl
similarity index 77%
copy from Modules/geolocation/NavigatorGeolocation.idl
copy to Modules/quota/NavigatorStorageQuota.idl
index c8c5cb263d4b1748453a58957a796affa46c3221..93459473f3ce91f27191eca10ee5ce08b1f5e5e1 100644
--- a/Modules/geolocation/NavigatorGeolocation.idl
+++ b/Modules/quota/NavigatorStorageQuota.idl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2012 Google Inc. All rights reserved.
+ * Copyright (C) 2013 Google Inc. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
@@ -18,9 +18,9 @@
*/
[
- Conditional=GEOLOCATION,
+ Conditional=QUOTA,
Supplemental=Navigator
-] interface NavigatorGeolocation {
- [V8EnabledAtRuntime] readonly attribute Geolocation geolocation;
+] interface NavigatorStorageQuota {
+ readonly attribute StorageQuota webkitTemporaryStorage;
+ readonly attribute StorageQuota webkitPersistentStorage;
};
-

Powered by Google App Engine
This is Rietveld 408576698