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

Side by Side Diff: third_party/WebKit/public/platform/Platform.h

Issue 1972733002: Delete geofencing implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mark histogram suffix as obsolete Created 4 years, 7 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 unified diff | Download patch
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2012 Google Inc. All rights reserved. 2 * Copyright (C) 2012 Google Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions are 5 * modification, are permitted provided that the following conditions are
6 * met: 6 * met:
7 * 7 *
8 * * Redistributions of source code must retain the above copyright 8 * * Redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer. 9 * notice, this list of conditions and the following disclaimer.
10 * * Redistributions in binary form must reproduce the above 10 * * Redistributions in binary form must reproduce the above
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 class WebClipboard; 71 class WebClipboard;
72 class WebCompositorSupport; 72 class WebCompositorSupport;
73 class WebCookieJar; 73 class WebCookieJar;
74 class WebCrypto; 74 class WebCrypto;
75 class WebDatabaseObserver; 75 class WebDatabaseObserver;
76 class WebPlatformEventListener; 76 class WebPlatformEventListener;
77 class WebFallbackThemeEngine; 77 class WebFallbackThemeEngine;
78 class WebFileSystem; 78 class WebFileSystem;
79 class WebFileUtilities; 79 class WebFileUtilities;
80 class WebFlingAnimator; 80 class WebFlingAnimator;
81 class WebGeofencingProvider;
82 class WebGestureCurve; 81 class WebGestureCurve;
83 class WebGraphicsContext3DProvider; 82 class WebGraphicsContext3DProvider;
84 class WebIDBFactory; 83 class WebIDBFactory;
85 class WebImageCaptureFrameGrabber; 84 class WebImageCaptureFrameGrabber;
86 class WebInstalledApp; 85 class WebInstalledApp;
87 class WebMIDIAccessor; 86 class WebMIDIAccessor;
88 class WebMIDIAccessorClient; 87 class WebMIDIAccessorClient;
89 class WebMediaPlayer; 88 class WebMediaPlayer;
90 class WebMediaRecorderHandler; 89 class WebMediaRecorderHandler;
91 class WebMediaStream; 90 class WebMediaStream;
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
602 // WebDatabase -------------------------------------------------------- 601 // WebDatabase --------------------------------------------------------
603 602
604 virtual WebDatabaseObserver* databaseObserver() { return nullptr; } 603 virtual WebDatabaseObserver* databaseObserver() { return nullptr; }
605 604
606 605
607 // Web Notifications -------------------------------------------------- 606 // Web Notifications --------------------------------------------------
608 607
609 virtual WebNotificationManager* notificationManager() { return nullptr; } 608 virtual WebNotificationManager* notificationManager() { return nullptr; }
610 609
611 610
612 // Geofencing ---------------------------------------------------------
613
614 virtual WebGeofencingProvider* geofencingProvider() { return nullptr; }
615
616
617 // Push API------------------------------------------------------------ 611 // Push API------------------------------------------------------------
618 612
619 virtual WebPushProvider* pushProvider() { return nullptr; } 613 virtual WebPushProvider* pushProvider() { return nullptr; }
620 614
621 615
622 // Permissions -------------------------------------------------------- 616 // Permissions --------------------------------------------------------
623 617
624 virtual WebPermissionClient* permissionClient() { return nullptr; } 618 virtual WebPermissionClient* permissionClient() { return nullptr; }
625 619
626 620
627 // Background Sync API------------------------------------------------------ ------ 621 // Background Sync API------------------------------------------------------ ------
628 622
629 virtual WebSyncProvider* backgroundSyncProvider() { return nullptr; } 623 virtual WebSyncProvider* backgroundSyncProvider() { return nullptr; }
630 624
631 // Experimental Framework ---------------------------------------------- 625 // Experimental Framework ----------------------------------------------
632 626
633 virtual WebTrialTokenValidator* trialTokenValidator() { return nullptr; } 627 virtual WebTrialTokenValidator* trialTokenValidator() { return nullptr; }
634 628
635 protected: 629 protected:
636 Platform(); 630 Platform();
637 virtual ~Platform() { } 631 virtual ~Platform() { }
638 632
639 WebThread* m_mainThread; 633 WebThread* m_mainThread;
640 }; 634 };
641 635
642 } // namespace blink 636 } // namespace blink
643 637
644 #endif 638 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/public/blink_headers.gypi ('k') | third_party/WebKit/public/platform/WebCircularGeofencingRegion.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698