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

Unified Diff: chrome/browser/instant/instant_opt_in.h

Issue 5023001: Handful of related instant changes: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix linux build Created 10 years, 1 month 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 | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/instant/instant_opt_in.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/instant/instant_opt_in.h
diff --git a/chrome/browser/instant/instant_opt_in.h b/chrome/browser/instant/instant_opt_in.h
deleted file mode 100644
index 55c62fbe025238a79e5cc24abce72cb1a3f33bb5..0000000000000000000000000000000000000000
--- a/chrome/browser/instant/instant_opt_in.h
+++ /dev/null
@@ -1,25 +0,0 @@
-// Copyright (c) 2010 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CHROME_BROWSER_INSTANT_INSTANT_OPT_IN_H_
-#define CHROME_BROWSER_INSTANT_INSTANT_OPT_IN_H_
-#pragma once
-
-#include "gfx/native_widget_types.h"
-
-class Profile;
-
-namespace browser {
-
-// Returns true if the opt-in should be shown.
-bool ShouldShowInstantOptIn(Profile* profile);
-
-// Invoked if the user clicks on the opt-in promo.
-void UserPickedInstantOptIn(gfx::NativeWindow parent,
- Profile* profile,
- bool opt_in);
-
-} // namespace browser
-
-#endif // CHROME_BROWSER_INSTANT_INSTANT_OPT_IN_H_
« no previous file with comments | « chrome/browser/instant/instant_controller.cc ('k') | chrome/browser/instant/instant_opt_in.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698