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

Unified Diff: chrome/browser/automation/automation_provider_observers.h

Issue 10033001: Convert printing ui_tests to browser_tests. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: review comments Created 8 years, 8 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
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/automation/automation_provider_observers.h
===================================================================
--- chrome/browser/automation/automation_provider_observers.h (revision 131326)
+++ chrome/browser/automation/automation_provider_observers.h (working copy)
@@ -646,25 +646,6 @@
DISALLOW_COPY_AND_ASSIGN(DomOperationMessageSender);
};
-class DocumentPrintedNotificationObserver
- : public content::NotificationObserver {
- public:
- DocumentPrintedNotificationObserver(AutomationProvider* automation,
- IPC::Message* reply_message);
- virtual ~DocumentPrintedNotificationObserver();
-
- virtual void Observe(int type, const content::NotificationSource& source,
- const content::NotificationDetails& details);
-
- private:
- content::NotificationRegistrar registrar_;
- base::WeakPtr<AutomationProvider> automation_;
- bool success_;
- scoped_ptr<IPC::Message> reply_message_;
-
- DISALLOW_COPY_AND_ASSIGN(DocumentPrintedNotificationObserver);
-};
-
// Collects METRIC_EVENT_DURATION notifications and keep track of the times.
class MetricEventDurationObserver : public content::NotificationObserver {
public:
« no previous file with comments | « no previous file | chrome/browser/automation/automation_provider_observers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698