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

Side by Side Diff: chrome/browser/automation/automation_omnibox_tracker.h

Issue 7104029: Automation: fix chrome/browser dependency on chrome/test headers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/automation/automation_omnibox_tracker.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #ifndef CHROME_BROWSER_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
6 #define CHROME_BROWSER_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
7 #pragma once
8
9 #include "chrome/browser/automation/automation_resource_tracker.h"
10 #include "chrome/browser/ui/omnibox/omnibox_view.h"
11
12 class AutomationOmniboxTracker
13 : public AutomationResourceTracker<OmniboxView*> {
14 public:
15 explicit AutomationOmniboxTracker(IPC::Message::Sender* automation);
16 virtual ~AutomationOmniboxTracker();
17 virtual void AddObserver(OmniboxView* resource);
18 virtual void RemoveObserver(OmniboxView* resource);
19 };
20
21 #endif // CHROME_BROWSER_AUTOMATION_AUTOMATION_OMNIBOX_TRACKER_H_
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/automation/automation_omnibox_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698